Issue ID 0000429:

Fix Line too long cf coding convention



git-svn-id: http://piwigo.org/svn/trunk@1412 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub
2006-06-28 21:33:35 +00:00
parent 10e9114431
commit be4c4b31c8
2 changed files with 9 additions and 2 deletions
+7 -1
View File
@@ -190,7 +190,13 @@ if ($user['is_the_guest'])
// include template/theme configuration
if (defined('IN_ADMIN') and IN_ADMIN)
{
list($user['template'], $user['theme']) = explode('/', isset($conf['default_admin_layout']) ? $conf['default_admin_layout'] : $user['template']);
list($user['template'], $user['theme']) =
explode
(
'/',
isset($conf['default_admin_layout']) ? $conf['default_admin_layout']
: $user['template']
);
// TODO : replace $conf['admin_layout'] by $user['admin_layout']
}
else
+2 -1
View File
@@ -489,7 +489,8 @@ $conf['nbm_max_treatment_timeout_percent'] = 0.8;
// Step 1, default_admin_layout is not defined
// null value, user_layout is used for admin layout
// defined value, this value are used for admin layout
// Next on step, default_admin_layout will be used if the ara not checkeg admin layout
// Next on step 2, default_admin_layout will be used
// if there are not checked like admin layout
// stored on user informations
//$conf['default_admin_layout']='yoga/dark';