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:
Tim Almdal
2009-03-15 05:15:45 +00:00
parent 181737fb12
commit 7c5ba9d422
12 changed files with 496 additions and 75 deletions
@@ -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>