Alignment fix
[squirrelmail.git] / plugins / test / functions.php
index 543a941d2531b082c35ff3b1232f9db3c1c16945..d327ccb83189e2cc649247d08d8ca0b643d5ed90 100644 (file)
@@ -2,7 +2,7 @@
 
 /**
   * SquirrelMail Test Plugin
-  * @copyright © 2006 The SquirrelMail Project Team
+  * @copyright 2006-2012 The SquirrelMail Project Team
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
   * @version $Id$
   * @package plugins
@@ -17,8 +17,7 @@
   */
 function test_menuline_do() {
 
-    global $oTemplate;
-    $nbsp = $oTemplate->fetch('non_breaking_space.tpl');
+    global $oTemplate, $nbsp;
     $output = makeInternalLink('plugins/test/test.php', 'Test', 'right')
             . $nbsp . $nbsp;
     return array('menuline' => $output);