Ignore:
Timestamp:
Mar 13, 2010, 1:00:52 AM (14 years ago)
Author:
plg
Message:

feature 1502: based on Dotclear model, P@t has reorganized the way Piwigo
manages template/theme in a simpler "theme only level" architecture. It
supports multiple level inheritance.

File:
1 edited

Legend:

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

    r5060 r5123  
    336336$conf['uniqueness_mode'] = 'md5sum';
    337337
     338// Define default theme for your gallery
     339$conf['default_theme'] = 'Sylvia';
     340
    338341// +-----------------------------------------------------------------------+
    339342// |                               metadata                                |
     
    677680// +-----------------------------------------------------------------------+
    678681
    679 $conf['admin_layout'] = 'goto/roma';
     682$conf['admin_theme'] = 'roma';
    680683
    681684// should we load the active plugins ? true=Yes, false=No
Note: See TracChangeset for help on using the changeset viewer.