X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Ftest%2Ffunctions.php;h=0fc5ea8c4cf1cd758cbda388d31a2b8bdbaf45f5;hp=543a941d2531b082c35ff3b1232f9db3c1c16945;hb=6d9f22dba5d50ff55b8d6811412feedd3e534acf;hpb=3656ccef5631a36c623368000b13d831541145ad diff --git a/plugins/test/functions.php b/plugins/test/functions.php index 543a941d..0fc5ea8c 100644 --- a/plugins/test/functions.php +++ b/plugins/test/functions.php @@ -2,7 +2,7 @@ /** * SquirrelMail Test Plugin - * @copyright © 2006 The SquirrelMail Project Team + * @copyright 2006-2010 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);