aboutsummaryrefslogtreecommitdiffstats
path: root/popuphelp.php
diff options
context:
space:
mode:
Diffstat (limited to 'popuphelp.php')
-rw-r--r--popuphelp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/popuphelp.php b/popuphelp.php
index 768154ea7..c148ea472 100644
--- a/popuphelp.php
+++ b/popuphelp.php
@@ -36,7 +36,7 @@ check_status(ACCESS_GUEST);
$page['body_id'] = 'thePopuphelpPage';
$title = l10n('Piwigo Help');
-$page['page_banner'] = '<h1>'.$title.'</h1>';
+$page['page_banner'] = '';
$page['meta_robots']=array('noindex'=>1, 'nofollow'=>1);
include(PHPWG_ROOT_PATH.'include/page_header.php');