Add the basic files for a garradin extension
This commit is contained in:
parent
cf4c1e2dd1
commit
c757583136
9 changed files with 85 additions and 2 deletions
5
www/admin/index.php
Normal file
5
www/admin/index.php
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
namespace Garradin;
|
||||
|
||||
$tpl->display(PLUGIN_ROOT . '/templates/index.tpl');
|
||||
Loading…
Add table
Add a link
Reference in a new issue