fix strict js/css notices (#1778815)
[squirrelmail.git] / templates / default_advanced / page_header.tpl
index d85ef9b9c7bf81bb83fb370b11f45d4c2892f9cd..364d1dcd34d9478b0ab17ae3051a9c402e974b28 100644 (file)
@@ -102,7 +102,7 @@ $help_link          = makeInternalLink ('src/help.php', $help_str);
    <?php echo $options_link; ?>&nbsp;&nbsp;
    <?php echo $search_link; ?>&nbsp;&nbsp;
    <?php echo $help_link; ?>&nbsp;&nbsp;
-   <?php /* FIXME: no hooks in templates!! */ global $null; do_hook('menuline', $null); ?>
+   <?php if (!empty($plugin_output['menuline'])) echo $plugin_output['menuline']; ?>
   </td>
   <td class="sqm_providerInfo">
     <?php