Ignore:
Timestamp:
Oct 8, 2005, 1:25:42 AM (19 years ago)
Author:
plg
Message:
  • modification: configuration parameters gallery_title and gallery_description are GUI managed in Administration>Configuration>General
  • bug fixed: configuration parameters (use|show)_(exif|iptc) and authorize_remembering should have been deleted from config table some time ago.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/config_default.inc.php

    r880 r882  
    168168$conf['allow_html_descriptions'] = true;
    169169
    170 // gallery_title : Title at top of each page and for RSS feed
    171 $conf['gallery_title'] = 'PhpWebGallery demonstration site';
    172 
    173 // gallery_description : Short description displayed with gallery title
    174 $conf['gallery_description'] = 'My photos web site';
    175 
    176170// galery_url : URL given in RSS feed
    177171$conf['gallery_url'] = 'http://demo.phpwebgallery.net';
Note: See TracChangeset for help on using the changeset viewer.