From 3cffa07182c016d29d82666e03a1423fb6160bd8 Mon Sep 17 00:00:00 2001 From: rub Date: Thu, 15 May 2008 18:43:33 +0000 Subject: Change some PhpWebGallery to Piwigo. (2/2) All phpwebgallery.net are not changed! git-svn-id: http://piwigo.org/svn/trunk@2342 68402e56-0260-453c-a942-63ccdbb3a9ee --- search_rules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'search_rules.php') diff --git a/search_rules.php b/search_rules.php index 436651844..942f4dc22 100644 --- a/search_rules.php +++ b/search_rules.php @@ -43,7 +43,7 @@ check_status(ACCESS_FREE); include_once( PHPWG_ROOT_PATH.'include/functions_search.inc.php' ); $page['body_id'] = 'thePopuphelpPage'; -$title = l10n('PhpWebGallery Help'); +$title = l10n('Piwigo Help'); $page['page_banner'] = '

'.$title.'

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