- remove compatibility with old template ...

git-svn-id: http://piwigo.org/svn/trunk@2290 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2008-03-23 00:04:46 +00:00
parent 6281b24550
commit ee70a108be
9 changed files with 21 additions and 831 deletions
+1 -1
View File
@@ -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>');
}