View Single Post
  #5  
Old 24th February 2011, 15:04
XoLWoX XoLWoX is offline
Senior Member
 
Join Date: Sep 2009
United States
Posts: 39
Default
Quote:
Originally Posted by cdx1 View Post
XoLWoX will not know as he does not make the themes he steals them from others lol

but to answer your question open

style/mimetica/block.tpl

find

Code:
<table cellpadding="0" cellspacing="0"  width="100%" align="center">
<tr>
<td width="70" height=49" border="0"><img src="style/mimetica/images/blk_07.gif" /></td>
<td width="100%" height=49" valign="center" background="style/mimetica/images/blk_07_tile.gif" style="text-align:center;  color: #8B7500; size: 8px;"  ><b><tag:block_title /></b></td>
<td width="85" height=49" border="0"><img src="style/mimetica/images/blk_08.gif" /></td>
</tr>
</table>
change to

Code:
<table cellpadding="0" cellspacing="0"  width="100%" align="center">
<tr>
<td width="70" height=49" border="0"><img src="style/mimetica/images/blk_07.gif" /></td>
<td width="100%" height=49" valign="center" background="style/mimetica/images/blk_07_tile.gif"></td>
<td width="85" height=49" border="0"><img src="style/mimetica/images/blk_08.gif" /></td>
</tr>
</table>
HOW DO I STEAL THEM IF THERE ALL FREE .... WHAT A DUMBASS
Reply With Quote