Add the basic files for a garradin extension

This commit is contained in:
JBthePenguin 2021-05-31 13:05:31 +02:00
parent cf4c1e2dd1
commit c757583136
9 changed files with 85 additions and 2 deletions

5
www/admin/index.php Normal file
View file

@ -0,0 +1,5 @@
<?php
namespace Garradin;
$tpl->display(PLUGIN_ROOT . '/templates/index.tpl');