Changeset 5938 for branches/2.0/include/config_default.inc.php
- Timestamp:
- Apr 22, 2010, 3:11:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/include/config_default.inc.php
r5254 r5938 43 43 // | misc | 44 44 // +-----------------------------------------------------------------------+ 45 46 // home_page : relative url of your homepage. Empty by default. It points to the index of the gallery.47 $conf['home_page'] = '';48 45 49 46 // order_by : how to change the order of display for images in a category ? … … 329 326 // 'filename' 330 327 $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'] = ''; 331 334 332 335 // +-----------------------------------------------------------------------+
Note: See TracChangeset
for help on using the changeset viewer.