diff --git a/themes/default/layout.class.php b/themes/default/layout.class.php index 9144be08..0673cdf5 100644 --- a/themes/default/layout.class.php +++ b/themes/default/layout.class.php @@ -91,8 +91,9 @@ EOD; $b = $block->body; $html = ""; $i = str_replace(' ', '_', $h) . $salt; + $h_toggler = $hidable ? " shm-toggler" : ""; if(!is_null($h)) $html .= " -

$h

+

$h

"; if(!is_null($b)) { if(strpos($b, "") === FALSE) {