Ignore:
Timestamp:
Apr 22, 2010, 3:11:32 PM (14 years ago)
Author:
laurent.duretz
Message:

Issue 1521 : report trunk on branch 2.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/include/config_default.inc.php

    r5254 r5938  
    4343// |                                 misc                                  |
    4444// +-----------------------------------------------------------------------+
    45 
    46 // home_page : relative url of your homepage. Empty by default. It points to the index of the gallery.
    47 $conf['home_page'] = '';
    4845
    4946// order_by : how to change the order of display for images in a category ?
     
    329326// 'filename'
    330327$conf['uniqueness_mode'] = 'md5sum';
     328
     329// home_page : relative url of the homepage. Empty by default.
     330// It points to the index of the gallery.
     331// This parameter is used if home page is not index.php of the gallery.
     332// We suggest avoid the names "index.htm" or "index.html" if you set $conf['php_extension_in_urls'] to false.
     333$conf['home_page'] = '';
    331334
    332335// +-----------------------------------------------------------------------+
Note: See TracChangeset for help on using the changeset viewer.