From ee70a108bea04c718b7a6edb97aec56f2dae2679 Mon Sep 17 00:00:00 2001 From: rvelices Date: Sun, 23 Mar 2008 00:04:46 +0000 Subject: - remove compatibility with old template ... git-svn-id: http://piwigo.org/svn/trunk@2290 68402e56-0260-453c-a942-63ccdbb3a9ee --- plugins/hello_world/main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/hello_world') diff --git a/plugins/hello_world/main.inc.php b/plugins/hello_world/main.inc.php index 33e052d75..e6a45f99a 100644 --- a/plugins/hello_world/main.inc.php +++ b/plugins/hello_world/main.inc.php @@ -26,7 +26,7 @@ function hello_world_begin_header() function hello_world_end_header() { global $template, $page; - $template->assign_var( 'PAGE_BANNER', + $template->assign( 'PAGE_BANNER', '

"'.$page['page_banner'].'" from PhpWebGallery plugin!

'); } -- cgit v1.2.3