diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-03-15 19:27:30 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-03-15 19:27:30 +0000 |
| commit | 6ac6c6a7e0824d8fda81e36240818f9b7e9c4696 (patch) | |
| tree | a5ad572c446667f8ab5fef3d2e0c6b63043344c2 /modules/developer/views/admin_html.txt.php | |
| parent | 7c5ba9d4229a6e3c258f6a80769e70c5dcd68578 (diff) | |
Updates to the developer tool create module.
It now creates a fully functional sidebar block, a dialog pop up on
the option menu for albums or photos, a dashboard block and an admin
screen.
Diffstat (limited to 'modules/developer/views/admin_html.txt.php')
| -rw-r--r-- | modules/developer/views/admin_html.txt.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/developer/views/admin_html.txt.php b/modules/developer/views/admin_html.txt.php index 34b699d7..5408cdab 100644 --- a/modules/developer/views/admin_html.txt.php +++ b/modules/developer/views/admin_html.txt.php @@ -1,7 +1,7 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <?= "<?php defined(\"SYSPATH\") or die(\"No direct script access.\") ?>" ?> -<div id="gAdmin<?= $class ?>"> +<div id="gAdmin<?= $css_id ?>"> <h2> <?= "<?= t(\"$name Adminstration\") ?>" ?> </h2> |
