Changeset 1071 for trunk/admin.php


Ignore:
Timestamp:
Mar 9, 2006, 2:57:13 AM (18 years ago)
Author:
rvelices
Message:

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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin.php

    r1058 r1071  
    5858//----------------------------------------------------- template initialization
    5959$title = l10n('PhpWebGallery Administration'); // for include/page_header.php
    60 $page['gallery_title'] = l10n('PhpWebGallery Administration');
     60$page['page_banner'] = '<h1>'.l10n('PhpWebGallery Administration').'</h1>';
    6161$page['body_id'] = 'theAdminPage';
    6262include(PHPWG_ROOT_PATH.'include/page_header.php');
Note: See TracChangeset for help on using the changeset viewer.