mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-29 19:20:52 -04:00
Refactored the developer module. When a new module is generated a
skeleton adminstration page is generated as well. @todo is still generate a skeleton block and a skeleton dialog.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||||
<?= "<?php defined(\"SYSPATH\") or die(\"No direct script access.\") ?>" ?>
|
||||
|
||||
<div id="gAdmin<?= $class ?>">
|
||||
<h2>
|
||||
<?= "<?= t(\"$name Adminstration\") ?>" ?>
|
||||
</h2>
|
||||
<?= "<?= \$form ?>" ?>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user