Happy 2014
[squirrelmail.git] / plugins / test / functions.php
index 7bb0277125df86179feef768293252a86092a459..d2c2f0bf138743c57c5c95d3da5eaad95a02e43c 100644 (file)
@@ -2,9 +2,9 @@
 
 /**
   * SquirrelMail Test Plugin
-  * @copyright © 2006 The SquirrelMail Project Team
+  * @copyright 2006-2014 The SquirrelMail Project Team
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
-  * @version $Id: setup.php 11080 2006-04-23 19:00:45Z tokul $
+  * @version $Id$
   * @package plugins
   * @subpackage test
   */
@@ -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);