From: <sp...@us...> - 2003-08-27 20:10:18
|
Update of /cvsroot/phpwebsite-comm/themes/rwb/boxstyles In directory sc8-pr-cvs1:/tmp/cvs-serv26239 Modified Files: default_middle.tpl Log Message: lowercasing the themename Index: default_middle.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/themes/rwb/boxstyles/default_middle.tpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** default_middle.tpl 3 Jul 2003 04:48:07 -0000 1.1.1.1 --- default_middle.tpl 27 Aug 2003 20:10:09 -0000 1.2 *************** *** 14,18 **** <table cellspacing="0" cellpadding="0" width="100%"><tr> <td class="middleboxline"> ! <img src="themes/RWB/images/pix.gif" height="1" width="1" alt="." /> </td> </tr></table> --- 14,18 ---- <table cellspacing="0" cellpadding="0" width="100%"><tr> <td class="middleboxline"> ! <img src="themes/rwb/images/pix.gif" height="1" width="1" alt="." /> </td> </tr></table> |