X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Ftest%2Ffunctions.php;h=9683f6352bb4e5b4d9496a9380f8498418f2b18c;hb=8ed1923822b383ddb338e9eef75bb7f110cc47b4;hp=7bb0277125df86179feef768293252a86092a459;hpb=3d708401d7b7118bcfb1225a47d5fd2646f9d670;p=squirrelmail.git diff --git a/plugins/test/functions.php b/plugins/test/functions.php index 7bb02771..9683f635 100644 --- a/plugins/test/functions.php +++ b/plugins/test/functions.php @@ -2,9 +2,9 @@ /** * SquirrelMail Test Plugin - * @copyright © 2006 The SquirrelMail Project Team + * @copyright 2006-2019 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);