summaryrefslogtreecommitdiff
path: root/modules/developer/views/admin_html.txt.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-03-15 05:15:45 +0000
committerTim Almdal <tnalmdal@shaw.ca>2009-03-15 05:15:45 +0000
commit7c5ba9d4229a6e3c258f6a80769e70c5dcd68578 (patch)
treee0f1011cbfb596c0b4ee07b1cbd3392b3f1b97a3 /modules/developer/views/admin_html.txt.php
parent181737fb12b04be0ee3d87048efae1dfba33361e (diff)
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.
Diffstat (limited to 'modules/developer/views/admin_html.txt.php')
-rw-r--r--modules/developer/views/admin_html.txt.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/developer/views/admin_html.txt.php b/modules/developer/views/admin_html.txt.php
new file mode 100644
index 00000000..34b699d7
--- /dev/null
+++ b/modules/developer/views/admin_html.txt.php
@@ -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>