X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Ftest%2Ffunctions.php;h=52a9b73f3cb320717681ec172ef45d1c9f39bd4b;hb=84c81038e69b3d5f014beb6d2e0b767228891830;hp=7bb0277125df86179feef768293252a86092a459;hpb=3d708401d7b7118bcfb1225a47d5fd2646f9d670;p=squirrelmail.git diff --git a/plugins/test/functions.php b/plugins/test/functions.php index 7bb02771..52a9b73f 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-2020 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);