diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-03-23 00:04:46 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-03-23 00:04:46 +0000 |
commit | ee70a108bea04c718b7a6edb97aec56f2dae2679 (patch) | |
tree | 16e2516222dad9d798536065ab261d5a2ce00857 /plugins/hello_world/main.inc.php | |
parent | 6281b24550600862f715e3fb379e1f0b405cafa8 (diff) |
- remove compatibility with old template ...
git-svn-id: http://piwigo.org/svn/trunk@2290 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/hello_world/main.inc.php')
-rw-r--r-- | plugins/hello_world/main.inc.php | 2 |
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>'); } |