From 22255b2675a1bc2f391ec91a565f9f5112c35516 Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 19 Nov 2010 20:27:24 +0000 Subject: homogenuous popuphelp and search_rules templates with the rest of pages simplification of CSS rules git-svn-id: http://piwigo.org/svn/trunk@7823 68402e56-0260-453c-a942-63ccdbb3a9ee --- popuphelp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'popuphelp.php') 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'] = '

'.$title.'

'; +$page['page_banner'] = ''; $page['meta_robots']=array('noindex'=>1, 'nofollow'=>1); include(PHPWG_ROOT_PATH.'include/page_header.php'); -- cgit v1.2.3