|
From: FlorinCB <ory...@us...> - 2008-09-06 04:42:46
|
Update of /cvsroot/mxbb/core/templates/prosilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26460 Modified Files: prosilver.cfg Log Message: fix Index: prosilver.cfg =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/prosilver.cfg,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** prosilver.cfg 27 Aug 2008 05:17:40 -0000 1.8 --- prosilver.cfg 6 Sep 2008 04:42:33 -0000 1.9 *************** *** 81,85 **** // // Define the icon css style ! // $mx_images['mx_graphics']['icon_style'] = '<style type="text/css"> --- 81,85 ---- // // Define the icon css style ! /* $mx_images['mx_graphics']['icon_style'] = '<style type="text/css"> *************** *** 87,91 **** vertical-align: middle; background-color:; ! background-image: url('.$current_template_menu_images.'/icon_bg.gif); background-repeat: no-repeat; } --- 87,91 ---- vertical-align: middle; background-color:; ! background-image: url(\''.$current_template_menu_images.'/icon_bg.gif\'); background-repeat: no-repeat; } *************** *** 93,100 **** vertical-align: middle; background-color:; ! background-image: url('.$current_template_menu_images.'/icon_bg.gif); background-repeat: no-repeat; } </style>'; /********************************************************************************\ --- 93,101 ---- vertical-align: middle; background-color:; ! background-image: url(\''.$current_template_menu_images.'/icon_bg.gif\'); background-repeat: no-repeat; } </style>'; + */ /********************************************************************************\ |