Files
gallery3/modules/developer/views/admin_html.txt.php
Tim Almdal 7c5ba9d422 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.
2009-03-15 05:15:45 +00:00

11 lines
268 B
PHP

<?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>