A few output elements are used often, so just retrieve them once and make them global...
[squirrelmail.git] / plugins / calendar / functions.php
index 16d83720c5cd39dc41268c0608a8bb7ff958d8fe..bda182c55705a1d6c703434c55a39771a2ea45bf 100644 (file)
@@ -18,8 +18,7 @@
   */
 function calendar_do() {
 
-    global $oTemplate;
-    $nbsp = $oTemplate->fetch('non_breaking_space.tpl');
+    global $oTemplate, $nbsp;
     $output = makeInternalLink('plugins/calendar/calendar.php',_("Calendar"),'right')
             . $nbsp . $nbsp;
     return array('menuline' => $output);