aboutsummaryrefslogtreecommitdiffstats
path: root/popuphelp.php
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2008-05-15 18:43:33 +0000
committerrub <rub@piwigo.org>2008-05-15 18:43:33 +0000
commit3cffa07182c016d29d82666e03a1423fb6160bd8 (patch)
tree48a2a784a9d353eccc86cf1c8d6664ac436ab329 /popuphelp.php
parent06b5fdf856aec997a4f8f3a148875d06ff86f66a (diff)
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
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 fde69fb73..b452eadcf 100644
--- a/popuphelp.php
+++ b/popuphelp.php
@@ -34,7 +34,7 @@ include_once( PHPWG_ROOT_PATH.'include/common.inc.php' );
check_status(ACCESS_GUEST);
$page['body_id'] = 'thePopuphelpPage';
-$title = l10n('PhpWebGallery Help');
+$title = l10n('Piwigo Help');
$page['page_banner'] = '<h1>'.$title.'</h1>';
$page['meta_robots']=array('noindex'=>1, 'nofollow'=>1);
include(PHPWG_ROOT_PATH.'include/page_header.php');