diff options
Diffstat (limited to 'popuphelp.php')
-rw-r--r-- | popuphelp.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/popuphelp.php b/popuphelp.php index 0c5c205da..888af4258 100644 --- a/popuphelp.php +++ b/popuphelp.php @@ -33,7 +33,8 @@ define('PHPWG_ROOT_PATH','./'); include_once( PHPWG_ROOT_PATH.'include/common.inc.php' ); $page['body_id'] = 'thePopuphelpPage'; -$page['gallery_title'] = $title = l10n('PhpWebGallery Help'); +$title = l10n('PhpWebGallery Help'); +$page['page_banner'] = '<h1>'.$title.'</h1>'; include(PHPWG_ROOT_PATH.'include/page_header.php'); $template->set_filenames( |