|
From: OryNider <ory...@us...> - 2007-12-17 07:02:12
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7454 Modified Files: mx_functions_style.php page_header.php Log Message: some contants defined for prosilver template. Index: page_header.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/page_header.php,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** page_header.php 19 Nov 2007 16:39:56 -0000 1.47 --- page_header.php 17 Dec 2007 07:02:08 -0000 1.48 *************** *** 440,443 **** --- 440,444 ---- 'S_CONTENT_DIR_LEFT' => $lang['LEFT'], 'S_CONTENT_DIR_RIGHT' => $lang['RIGHT'], + 'S_USER_LANG' => $mx_user->lang['default_lang'], 'S_TIMEZONE' => sprintf($lang['All_times'], $l_timezone), 'S_LOGIN_ACTION' => mx_append_sid(PORTAL_URL . 'login.'.$phpEx), Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** mx_functions_style.php 17 Dec 2007 01:02:46 -0000 1.27 --- mx_functions_style.php 17 Dec 2007 07:02:08 -0000 1.28 *************** *** 540,544 **** if ( !empty($this->data['user_lang'])) { - switch (PORTAL_BACKEND) { --- 540,543 ---- |