mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
bug 255: parameter values in #config limited to 255 chars (value becomes text)
feature 303: page banner moved from combination of gallery_title, gallery_description and template to database (simplifies user customization) git-svn-id: http://piwigo.org/svn/trunk@1071 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -57,7 +57,7 @@ $conf_link = $link_start.'configuration&section=';
|
||||
$opt_link = $link_start.'cat_options&section=';
|
||||
//----------------------------------------------------- template initialization
|
||||
$title = l10n('PhpWebGallery Administration'); // for include/page_header.php
|
||||
$page['gallery_title'] = l10n('PhpWebGallery Administration');
|
||||
$page['page_banner'] = '<h1>'.l10n('PhpWebGallery Administration').'</h1>';
|
||||
$page['body_id'] = 'theAdminPage';
|
||||
include(PHPWG_ROOT_PATH.'include/page_header.php');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user