|
From: Florin C B. <ory...@us...> - 2013-06-17 00:40:20
|
Update of /cvsroot/mxbb/core/templates/prosilver In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6887 Modified Files: prosilver.cfg Log Message: Index: prosilver.cfg =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/prosilver.cfg,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** prosilver.cfg 1 Apr 2011 01:14:08 -0000 1.13 --- prosilver.cfg 17 Jun 2013 00:40:18 -0000 1.14 *************** *** 83,105 **** $current_template_style_images = PORTAL_URL . $mx_images['mx_graphics']['theme_icons']; - // - // Define the icon css style /* $mx_images['mx_graphics']['icon_style'] = '<style type="text/css"> .mx_icon { vertical-align: middle; - background-color:; - background-image: url(\''.$current_template_menu_images.'/icon_bg.gif\'); - background-repeat: no-repeat; } .mx_icon_hot { vertical-align: middle; - background-color:; - background-image: url(\''.$current_template_menu_images.'/icon_bg.gif\'); - background-repeat: no-repeat; } </style>'; ! */ /********************************************************************************\ --- 83,99 ---- $current_template_style_images = PORTAL_URL . $mx_images['mx_graphics']['theme_icons']; /* + * Define the icon css style + */ $mx_images['mx_graphics']['icon_style'] = '<style type="text/css"> .mx_icon { vertical-align: middle; } .mx_icon_hot { vertical-align: middle; } </style>'; ! /********************************************************************************\ *************** *** 259,270 **** | CORE Images \********************************************************************************/ ! // // SiteLog - // $mx_images['mx_dot'] = $images['folder']; - - // // Online Block - // $mx_images['mx_who_is_online'] = "$current_template_style_images/whosonline.gif"; ?> --- 253,261 ---- | CORE Images \********************************************************************************/ ! // Logo ! $mx_images['mx_logo'] = "$current_template_theme_images/logo.gif"; // SiteLog $mx_images['mx_dot'] = $images['folder']; // Online Block $mx_images['mx_who_is_online'] = "$current_template_style_images/whosonline.gif"; ?> |