|
From: Florin C B. <ory...@us...> - 2014-05-19 18:15:24
|
Update of /cvsroot/mxbb/core/templates/subsilver2 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32260 Modified Files: subsilver2.cfg Log Message: some fixes for ascareus backend Index: subsilver2.cfg =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/subsilver2.cfg,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** subsilver2.cfg 18 May 2014 06:26:47 -0000 1.11 --- subsilver2.cfg 19 May 2014 18:15:22 -0000 1.12 *************** *** 30,35 **** // // Do not alter this line! ! // ! define(MX_TEMPLATE_CONFIG, true); $mx_template_config = true; --- 30,34 ---- // // Do not alter this line! ! //define(MX_TEMPLATE_CONFIG, true); $mx_template_config = true; *************** *** 235,264 **** $images['voting_graphic'][4] = "$current_template_addon_images/voting_bar.gif"; ! // ! // Define common theme colors (if not present in db) ! // ! $template_config_row['body_bgcolor'] = "FFFFFF"; ! $template_config_row['body_text'] = "383B3F"; ! $template_config_row['body_link'] = "006699"; ! $template_config_row['body_vlink'] = "006699"; ! $template_config_row['body_alink'] = "006699"; ! $template_config_row['body_hlink'] = "f3a625"; ! $template_config_row['tr_color1'] = "F7EEEE"; // row1 ! $template_config_row['tr_color2'] = "FBF4F4"; // row2 ! $template_config_row['tr_color3'] = "f1f1f1"; // row3 ! $template_config_row['th_color1'] = "FFA34F"; // bodyline border color ! $template_config_row['th_color2'] = "333333"; // forumline border color ! $template_config_row['th_color3'] = "d1d7dc"; // boxes border color ! $template_config_row['td_color1'] = "F7EEEE"; // code/quote boxes background ! $template_config_row['td_color2'] = "FBF4F4"; // post box background ! $template_config_row['fontface1'] = "Verdana,Arial,Helvetica,sans-serif"; ! $template_config_row['fontface2'] = "Trebuchet MS"; ! $template_config_row['fontface3'] = "Courier, \'Courier New\', sans-serif"; ! $template_config_row['fontsize3'] = "12"; ! $template_config_row['fontcolor1'] = "383B3F"; // Main font color ! $template_config_row['fontcolor2'] = "726363"; ! $template_config_row['fontcolor3'] = "FFA34F"; ! ! /********************************************************************************\ | CORE Images --- 234,261 ---- $images['voting_graphic'][4] = "$current_template_addon_images/voting_bar.gif"; ! /* ! * Define common theme colors (if not present in db) ! */ ! $theme['body_bgcolor'] = "FFFFFF"; ! $theme['body_text'] = "383B3F"; ! $theme['body_link'] = "006699"; ! $theme['body_vlink'] = "006699"; ! $theme['body_alink'] = "006699"; ! $theme['body_hlink'] = "f3a625"; ! $theme['tr_color1'] = "F7EEEE"; // row1 ! $theme['tr_color2'] = "FBF4F4"; // row2 ! $theme['tr_color3'] = "f1f1f1"; // row3 ! $theme['th_color1'] = "FFA34F"; // bodyline border color ! $theme['th_color2'] = "333333"; // forumline border color ! $theme['th_color3'] = "d1d7dc"; // boxes border color ! $theme['td_color1'] = "F7EEEE"; // code/quote boxes background ! $theme['td_color2'] = "FBF4F4"; // post box background ! $theme['fontface1'] = "Verdana,Arial,Helvetica,sans-serif"; ! $theme['fontface2'] = "Trebuchet MS"; ! $theme['fontface3'] = "Courier, \'Courier New\', sans-serif"; ! $theme['fontsize3'] = "12"; ! $theme['fontcolor1'] = "383B3F"; // Main font color ! $theme['fontcolor2'] = "726363"; ! $theme['fontcolor3'] = "FFA34F"; /********************************************************************************\ | CORE Images |