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/include/page_header.php

    r1004 r1071  
    2525// | USA.                                                                  |
    2626// +-----------------------------------------------------------------------+
    27  
     27
    2828//
    2929// Start output of page
     
    3939      isset($page['gallery_title']) ?
    4040        $page['gallery_title'] : $conf['gallery_title'],
    41    
    42     'GALLERY_DESCRIPTION' =>
    43       isset($page['gallery_description']) ?
    44         $page['gallery_description'] : $conf['gallery_description'],
    45    
     41
     42    'PAGE_BANNER' =>
     43      isset($page['page_banner']) ?
     44        $page['page_banner'] : $conf['page_banner'],
     45
    4646    'BODY_ID' =>
    4747      isset($page['body_id']) ?
    4848        $page['body_id'] : '',
    49    
     49
    5050    'CONTENT_ENCODING' => $lang_info['charset'],
    5151    'PAGE_TITLE' => $title,
    5252    'LANG'=>$lang_info['code'],
    5353    'DIR'=>$lang_info['direction'],
    54    
     54
    5555    'T_STYLE' => $css
    5656    ));
Note: See TracChangeset for help on using the changeset viewer.