diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-07 08:54:30 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-07 08:54:30 +0000 |
commit | 70e96fbaf0e4f8110f8366934b0d62318a5b57b0 (patch) | |
tree | 14a2ff826819044a234bddee62ec2c8bbac1316a | |
parent | 04d4ea27eecd444e8fa167edb7be0a2d0bbb2db6 (diff) |
add gMinimize to the block header
-rw-r--r-- | themes/default/views/block.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/block.html.php b/themes/default/views/block.html.php index bd6bc44b..02e5903a 100644 --- a/themes/default/views/block.html.php +++ b/themes/default/views/block.html.php @@ -1,6 +1,6 @@ <? defined("SYSPATH") or die("No direct script access."); ?> <div id="<?= $id ?>" class="gBlock"> - <div class="gBlockHeader"> + <div class="gBlockHeader gMinimize"> <h2><?= $title ?></h2> </div> <div class="gBlockContent"> |