diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-20 00:51:15 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-20 00:51:15 +0000 |
commit | 30d541cb26b1754afdf0f5130dcf75af40457251 (patch) | |
tree | fa632a0650a776a6dd4a4b502800415216149a55 | |
parent | 99f131d9ae72cf9f954352d7827c1da932ed8c01 (diff) |
Copy this from the default theme and change <h3> to <h2>
-rw-r--r-- | themes/admin_default/views/block.html.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/admin_default/views/block.html.php b/themes/admin_default/views/block.html.php new file mode 100644 index 00000000..56565758 --- /dev/null +++ b/themes/admin_default/views/block.html.php @@ -0,0 +1,7 @@ +<? defined("SYSPATH") or die("No direct script access."); ?> +<div id="<?= $id ?>" class="gBlock"> + <h2><?= $title ?></h2> + <div class="gBlockContent"> + <?= $content ?> + </div> +</div> |