Changeset 1412


Ignore:
Timestamp:
Jun 28, 2006, 11:33:35 PM (18 years ago)
Author:
rub
Message:

Issue ID 0000429:
Fix Line too long cf coding convention

Location:
trunk/include
Files:
2 edited

Legend:

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

    r1410 r1412  
    191191if (defined('IN_ADMIN') and IN_ADMIN)
    192192{
    193   list($user['template'], $user['theme']) = explode('/', isset($conf['default_admin_layout']) ? $conf['default_admin_layout'] : $user['template']);
     193  list($user['template'], $user['theme']) =
     194    explode
     195    (
     196      '/',
     197      isset($conf['default_admin_layout']) ? $conf['default_admin_layout']
     198                                           : $user['template']
     199    );
    194200// TODO : replace $conf['admin_layout'] by $user['admin_layout']
    195201}
  • trunk/include/config_default.inc.php

    r1410 r1412  
    490490//        null value, user_layout is used for admin layout
    491491//        defined value, this value are used for admin layout
    492 // Next on step, default_admin_layout will be used if the ara not checkeg admin layout
     492// Next on step 2, default_admin_layout will be used
     493//                 if there are not checked like admin layout
    493494// stored on user informations
    494495//$conf['default_admin_layout']='yoga/dark';
Note: See TracChangeset for help on using the changeset viewer.