Hi all,
I don't get why the HIDE_TOOLBARS global isn't set properly if I test it
in body.tmpl ...
<?php
global $HIDE_TOOLBARS;
if(!$HIDE_TOOLBARS) {
?>
<div id="actionbar">
<?= Template('actionbar') ?>
</div>
<?php } ?>
this code is from my body.tmpl and $HIDE_TOOLBARS isn't set ...
Any clue ?
Arnaud
|