Ignore:
Timestamp:
Apr 26, 2008, 3:19:24 PM (16 years ago)
Author:
vdigital
Message:

New: jQuery and Accordion Admin menus

File:
1 edited

Legend:

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

    r2299 r2313  
    594594
    595595// +-----------------------------------------------------------------------+
    596 // | Set default admin layout                                              |
    597 // +-----------------------------------------------------------------------+
    598 
    599 // Must be user setable in future
    600 // Default value of admin layout
    601 // Step 1, default_admin_layout is not defined
    602 //        null value, user_layout is used for admin layout
    603 //        defined value, this value are used for admin layout
    604 // Next on step 2, default_admin_layout will be used
    605 //                 if there are not checked like admin layout
    606 // stored on user informations
    607 //$conf['default_admin_layout']='yoga/dark';
     596// | Set admin layout                                                      |
     597// +-----------------------------------------------------------------------+
     598
     599$conf['admin_layout'] = 'yoga/admin';
    608600
    609601// should we load the active plugins ? true=Yes, false=No
    610602$conf['enable_plugins']=true;
    611 
    612 // +-----------------------------------------------------------------------+
    613 // | Set default for Web Service                                           |
    614 // +-----------------------------------------------------------------------+
    615603
    616604// Web services are allowed (true) or completely forbidden (false)
     
    625613$conf['ws_access_control'] = false;
    626614
    627 // On Access control true
    628615// Additionnal controls are made based on Web Service Access Table
    629 
    630616// Max returned rows number ( > 0 )
    631   $conf['ws_allowed_limit'] = array(1,2,3,5,10,25);
     617$conf['ws_allowed_limit'] = array(1,2,3,5,10,25);
    632618
    633619// By default can be delayed by 0, 1, 2, 3, 5, 7, 14 or 30 days
    634620// 0 it's Now(), don't remove that one
    635   $conf['ws_postponed_start'] = array(0,1,2,3,5,7,14,30); /* In days */
     621$conf['ws_postponed_start'] = array(0,1,2,3,5,7,14,30); /* In days */
    636622
    637623// By default 10, 5, 2, 1 year(s) or 6, 3, 1 month(s)
    638624// or 15, 10, 7, 5, 1, 0 day(s)
    639625// 0 it's temporary closed (Useful for one access)
    640   $conf['ws_durations'] = array(3650,1825,730,365,182,91,30,15,10,7,5,1,0);
     626$conf['ws_durations'] = array(3650,1825,730,365,182,91,30,15,10,7,5,1,0);
    641627
    642628// +-----------------------------------------------------------------------+
Note: See TracChangeset for help on using the changeset viewer.