Index: trunk/admin/include/sections.php =================================================================== diff -u -r837 -r843 --- trunk/admin/include/sections.php (.../sections.php) (revision 837) +++ trunk/admin/include/sections.php (.../sections.php) (revision 843) @@ -390,15 +390,33 @@ break; } - $o = ' - + if( defined('REQUIRE_LAYER_HEADER') ) + { + + $o = "
+
+
+
"; + $o .= "
+
+ \"\" $caption
+
+
"; + } + else + { + $o = ' + + -
 '.$caption.'

'; + + '; + } } } return $o;