The colon has to be part of the strings, since some languages, such as French, requir...
[squirrelmail.git] / templates / default / page_header.tpl
index 10acf65cc941c6e2ce92ea7273904fa27d68d246..17486a46bff30b5444729e7993ddf75b336f8e20 100644 (file)
@@ -82,7 +82,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