A few output elements are used often, so just retrieve them once and make them global...
[squirrelmail.git] / plugins / demo / functions.php
index 04bacc282e805d5625e9abf213620e2a99ffa9f2..d0a5558e87fc2463d768728ca325756a9c3eb5da 100644 (file)
   */
 function demo_page_header_template_do()
 {
-   global $oTemplate;
+   global $oTemplate, $nbsp;
 
    sq_change_text_domain('demo');
-   $nbsp = $oTemplate->fetch('non_breaking_space.tpl');
    $output = makeInternalLink('plugins/demo/demo.php', _("Demo"), '')
            . $nbsp . $nbsp;
    sq_change_text_domain('squirrelmail');