|
From: FlorinCB <ory...@us...> - 2008-10-05 23:10:38
|
Update of /cvsroot/mxbb/core/templates/subsilver2 In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv27504/templates/subsilver2 Modified Files: subsilver2.cfg Log Message: fix to load phpBB3 images in images var Index: subsilver2.cfg =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/subsilver2.cfg,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** subsilver2.cfg 17 Sep 2008 11:35:17 -0000 1.7 --- subsilver2.cfg 5 Oct 2008 23:10:24 -0000 1.8 *************** *** 157,161 **** // redefine those $image['xxx'] you want. Note: Many phpBB images are reused all over MX-Publisher (eg see below), thus if you redefine // common phpBB images, this will have immedaite effect for all MX-Publisher pages. ! // $images['icon_quote'] = "$current_template_phpbb_images/{LANG}/icon_quote.gif"; $images['icon_edit'] = "$current_template_phpbb_images/{LANG}/icon_edit.gif"; --- 157,161 ---- // redefine those $image['xxx'] you want. Note: Many phpBB images are reused all over MX-Publisher (eg see below), thus if you redefine // common phpBB images, this will have immedaite effect for all MX-Publisher pages. ! /* $images['icon_quote'] = "$current_template_phpbb_images/{LANG}/icon_quote.gif"; $images['icon_edit'] = "$current_template_phpbb_images/{LANG}/icon_edit.gif"; *************** *** 217,220 **** --- 217,221 ---- $images['topic_mod_move'] = "$current_template_phpbb_images/topic_move.gif"; $images['topic_mod_delete'] = "$current_template_phpbb_images/topic_delete.gif"; + */ $images['voting_graphic'][0] = "$current_template_phpbb_images/voting_bar.gif"; |