|
From: Florin C B. <ory...@us...> - 2013-06-17 00:32:14
|
Update of /cvsroot/mxbb/core/admin In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6276 Modified Files: index.php index_jon.php index_new.php index_ory.php index_test.php page_header_admin.php Log Message: Index: index_test.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index_test.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index_test.php 21 Oct 2012 00:03:28 -0000 1.1 --- index_test.php 17 Jun 2013 00:32:11 -0000 1.2 *************** *** 753,757 **** 'U_LOGOUT' => mx_append_sid( PORTAL_URL . 'login.' . $phpEx . '?logout=1' ), ! 'ADMIN_TITLE' => $lang['mxBB_adminCP'], 'USERNAME' => $mx_user->data['username'], --- 753,757 ---- 'U_LOGOUT' => mx_append_sid( PORTAL_URL . 'login.' . $phpEx . '?logout=1' ), ! 'ADMIN_TITLE' => $lang['Mx-Publisher_adminCP'], 'USERNAME' => $mx_user->data['username'], Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index.php,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -d -r1.61 -r1.62 *** index.php 30 Dec 2011 04:29:26 -0000 1.61 --- index.php 17 Jun 2013 00:32:11 -0000 1.62 *************** *** 597,601 **** $template->assign_vars(array( ! 'ADMIN_TITLE' => $lang['mxBB_adminCP'], "S_FRAME_NAV" => mx_append_sid("index.$phpEx?pane=left"), "S_FRAME_MAIN" => mx_append_sid("index.$phpEx?pane=right")) --- 597,601 ---- $template->assign_vars(array( ! 'ADMIN_TITLE' => $lang['Mx-Publisher_adminCP'], "S_FRAME_NAV" => mx_append_sid("index.$phpEx?pane=left"), "S_FRAME_MAIN" => mx_append_sid("index.$phpEx?pane=right")) Index: page_header_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/page_header_admin.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** page_header_admin.php 31 Oct 2008 19:02:20 -0000 1.30 --- page_header_admin.php 17 Jun 2013 00:32:11 -0000 1.31 *************** *** 58,62 **** **********/ ! $template->set_filenames(array( 'header' => 'admin/page_header.tpl') ); // --- 58,62 ---- **********/ ! $template->set_filenames(array('header' => 'admin/page_header.tpl')); // *************** *** 70,74 **** $template->assign_vars(array( 'SITENAME' => $board_config['sitename'], ! // 'PAGE_TITLE' => $page_title, 'L_ADMIN' => $lang['Admin'], --- 70,74 ---- $template->assign_vars(array( 'SITENAME' => $board_config['sitename'], ! //'PAGE_TITLE' => $page_title, 'L_ADMIN' => $lang['Admin'], *************** *** 86,92 **** 'S_CONTENT_DIR_RIGHT' => $lang['RIGHT'], 'S_USER_LANG' => $mx_user->lang['default_lang'], ! // // These theme variables are not used for MX-Publisher, since MX-Publisher require a theme.css file - // /* 'T_HEAD_STYLESHEET' => $theme['head_stylesheet'], --- 86,91 ---- 'S_CONTENT_DIR_RIGHT' => $lang['RIGHT'], 'S_USER_LANG' => $mx_user->lang['default_lang'], ! // These theme variables are not used for MX-Publisher, since MX-Publisher require a theme.css file /* 'T_HEAD_STYLESHEET' => $theme['head_stylesheet'], *************** *** 131,135 **** //+ MX-Publisher ! 'L_MX_ADMIN' => $lang['mxBB_adminCP'], 'U_PHPBB_ROOT_PATH' => PHPBB_URL, 'U_PORTAL_ROOT_PATH' => PORTAL_URL, --- 130,134 ---- //+ MX-Publisher ! 'L_MX_ADMIN' => $lang['Mx-Publisher_adminCP'], 'U_PHPBB_ROOT_PATH' => PHPBB_URL, 'U_PORTAL_ROOT_PATH' => PORTAL_URL, Index: index_new.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index_new.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** index_new.php 20 Mar 2011 18:25:41 -0000 1.17 --- index_new.php 17 Jun 2013 00:32:11 -0000 1.18 *************** *** 778,782 **** 'U_LOGOUT' => mx_append_sid( PORTAL_URL . 'login.' . $phpEx . '?logout=1' ), ! 'ADMIN_TITLE' => $lang['mxBB_adminCP'], 'USERNAME' => $mx_user->data['username'], --- 778,782 ---- 'U_LOGOUT' => mx_append_sid( PORTAL_URL . 'login.' . $phpEx . '?logout=1' ), ! 'ADMIN_TITLE' => $lang['Mx-Publisher_adminCP'], 'USERNAME' => $mx_user->data['username'], Index: index_ory.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index_ory.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index_ory.php 27 Jul 2011 19:44:58 -0000 1.1 --- index_ory.php 17 Jun 2013 00:32:11 -0000 1.2 *************** *** 764,768 **** 'U_LOGOUT' => mx_append_sid( PORTAL_URL . 'login.' . $phpEx . '?logout=1' ), ! 'ADMIN_TITLE' => $lang['mxBB_adminCP'], 'USERNAME' => $mx_user->data['username'], --- 764,768 ---- 'U_LOGOUT' => mx_append_sid( PORTAL_URL . 'login.' . $phpEx . '?logout=1' ), ! 'ADMIN_TITLE' => $lang['Mx-Publisher_adminCP'], 'USERNAME' => $mx_user->data['username'], Index: index_jon.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index_jon.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** index_jon.php 20 Mar 2011 18:25:40 -0000 1.4 --- index_jon.php 17 Jun 2013 00:32:11 -0000 1.5 *************** *** 753,757 **** 'U_LOGOUT' => mx_append_sid( PORTAL_URL . 'login.' . $phpEx . '?logout=1' ), ! 'ADMIN_TITLE' => $lang['mxBB_adminCP'], 'USERNAME' => $mx_user->data['username'], --- 753,757 ---- 'U_LOGOUT' => mx_append_sid( PORTAL_URL . 'login.' . $phpEx . '?logout=1' ), ! 'ADMIN_TITLE' => $lang['Mx-Publisher_adminCP'], 'USERNAME' => $mx_user->data['username'], |