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 --- admin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'admin.php') diff --git a/admin.php b/admin.php index 2b40a6328..f932b53a4 100644 --- a/admin.php +++ b/admin.php @@ -61,8 +61,8 @@ $page['infos'] = array(); $link_start = PHPWG_ROOT_PATH.'admin.php?page='; $conf_link = $link_start.'configuration&section='; //----------------------------------------------------- template initialization -$title = l10n('PhpWebGallery Administration'); // for include/page_header.php -$page['page_banner'] = '

'.l10n('PhpWebGallery Administration').'

'; +$title = l10n('Piwigo Administration'); // for include/page_header.php +$page['page_banner'] = '

'.l10n('Piwigo Administration').'

'; $page['body_id'] = 'theAdminPage'; $template->set_filenames(array('admin' => 'admin.tpl')); -- cgit v1.2.3