X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Ftest%2Ffunctions.php;h=92a74e0f53e64c36be8423b92e1985fdac45a73e;hp=543a941d2531b082c35ff3b1232f9db3c1c16945;hb=353d074afac6827c90f4bb03e846c5e453d3b5b1;hpb=3656ccef5631a36c623368000b13d831541145ad diff --git a/plugins/test/functions.php b/plugins/test/functions.php index 543a941d..92a74e0f 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-2018 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);