diff options
Diffstat (limited to 'modules/developer/views/admin_html.txt.php')
| -rw-r--r-- | modules/developer/views/admin_html.txt.php | 10 |
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> |
