|
From: FlorinCB <ory...@us...> - 2008-09-07 21:54:27
|
Update of /cvsroot/mxbb/core/templates/subsilver2 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25112/subsilver2 Modified Files: overall_header.html overall_header_navigation.html overall_header_navigation_phpbb.html Log Message: headers files upgrade Index: overall_header_navigation.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/overall_header_navigation.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** overall_header_navigation.html 27 Aug 2008 21:56:22 -0000 1.7 --- overall_header_navigation.html 7 Sep 2008 21:54:21 -0000 1.8 *************** *** 11,17 **** <!-- This should not be included direct from phpBB but later from MXP template folder wich means can be ported to internal backend with no change in this file --> ! <!-- BEGIN switch_phpbb_stylesheet--> <link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}styles/subsilver2/theme/stylesheet.css" type="text/css" > ! <!-- END switch_phpbb_stylesheet--> <!-- Load mxBB template *.css definition for mx, located in the the portal template folder --> --- 11,17 ---- <!-- This should not be included direct from phpBB but later from MXP template folder wich means can be ported to internal backend with no change in this file --> ! <!-- IF PHPBB --> <link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}styles/subsilver2/theme/stylesheet.css" type="text/css" > ! <!-- ENDIF --> <!-- Load mxBB template *.css definition for mx, located in the the portal template folder --> Index: overall_header_navigation_phpbb.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/overall_header_navigation_phpbb.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** overall_header_navigation_phpbb.html 27 Aug 2008 21:56:22 -0000 1.5 --- overall_header_navigation_phpbb.html 7 Sep 2008 21:54:21 -0000 1.6 *************** *** 11,17 **** <!-- This should not be included direct from phpBB but later from MXP template folder wich means can be ported to internal backend with no change in this file --> ! <!-- BEGIN switch_phpbb_stylesheet--> <link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}styles/subsilver2/theme/stylesheet.css" type="text/css" > ! <!-- END switch_phpbb_stylesheet--> <!-- Load mxBB template *.css definition for mx, located in the the portal template folder --> --- 11,17 ---- <!-- This should not be included direct from phpBB but later from MXP template folder wich means can be ported to internal backend with no change in this file --> ! <!-- IF PHPBB --> <link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}styles/subsilver2/theme/stylesheet.css" type="text/css" > ! <!-- ENDIF --> <!-- Load mxBB template *.css definition for mx, located in the the portal template folder --> Index: overall_header.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/overall_header.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** overall_header.html 27 Aug 2008 21:56:22 -0000 1.7 --- overall_header.html 7 Sep 2008 21:54:21 -0000 1.8 *************** *** 12,18 **** <!-- This should not be included direct from phpBB but later from MXP template folder wich means can be ported to internal backend with no change in this file --> ! <!-- BEGIN switch_phpbb_stylesheet--> <link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}styles/subsilver2/theme/stylesheet.css" type="text/css" > ! <!-- END switch_phpbb_stylesheet--> <!-- Load mxBB template *.css definition for mx, located in the the portal template folder --> --- 12,18 ---- <!-- This should not be included direct from phpBB but later from MXP template folder wich means can be ported to internal backend with no change in this file --> ! <!-- IF PHPBB --> <link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}styles/subsilver2/theme/stylesheet.css" type="text/css" > ! <!-- ENDIF --> <!-- Load mxBB template *.css definition for mx, located in the the portal template folder --> |