Add PHP index file
[squirrelmail.git] / plugins / test / functions.php
index 7bb0277125df86179feef768293252a86092a459..303f5f95b741776146ef5d5c92ae35a4df24f468 100644 (file)
@@ -4,7 +4,7 @@
   * SquirrelMail Test Plugin
   * @copyright © 2006 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);