aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/hello_world/main.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/hello_world/main.inc.php')
-rw-r--r--plugins/hello_world/main.inc.php2
1 files changed, 1 insertions, 1 deletions
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',
'<h1>"'.$page['page_banner'].'" from PhpWebGallery plugin!</h1>');
}