Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* $Id: class_session.php 4035 2008-07-23 07:30:14Z chris $
| * $Id: class_session.php 4092 2008-08-10 03:03:04Z Tikitiki $
|
*/
class session
| */
class session
|
Zeile 245 | Zeile 245 |
---|
if($mybb->user['classicpostbit']) { $mybb->settings['postlayout'] = 'classic';
|
if($mybb->user['classicpostbit']) { $mybb->settings['postlayout'] = 'classic';
|
| } else { $mybb->settings['postlayout'] = 'horizontal';
|
}
// Check if this user is currently banned and if we have to lift it.
| }
// Check if this user is currently banned and if we have to lift it.
|