Changeset 12008 for trunk/install.php


Ignore:
Timestamp:
Aug 30, 2011, 10:24:42 AM (13 years ago)
Author:
plg
Message:

feature 2420 added: automatically use the gallery title in the page banner.
Just write %gallery_title% in the page banner (this is written by default).

The default gallery title and tagline are now localized.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.php

    r11511 r12008  
    341341
    342342    conf_update_param('piwigo_db_version', get_branch_from_version(PHPWG_VERSION));
     343    conf_update_param('gallery_title', l10n('Just another Piwigo gallery'));
     344    conf_update_param('page_banner', '<h1>%gallery_title%</h1>'."\n\n<p>".l10n('Welcome to my photo gallery').'</p>');
    343345
    344346    // fill languages table
Note: See TracChangeset for help on using the changeset viewer.