aboutsummaryrefslogtreecommitdiffstats
path: root/search_rules.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-11-19 20:27:24 +0000
committerrvelices <rv-github@modusoptimus.com>2010-11-19 20:27:24 +0000
commit22255b2675a1bc2f391ec91a565f9f5112c35516 (patch)
treea6240d984f2bc79de9858e395292bc61b232f82c /search_rules.php
parentce6af255b41b5fcd371ed72e4b51cc54d45cabd5 (diff)
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
Diffstat (limited to 'search_rules.php')
-rw-r--r--search_rules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/search_rules.php b/search_rules.php
index b7da2d0cc..88a116677 100644
--- a/search_rules.php
+++ b/search_rules.php
@@ -44,7 +44,7 @@ include_once( PHPWG_ROOT_PATH.'include/functions_search.inc.php' );
$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');