Quote:
Originally Posted by cflsystems
Second try this
Code:
<td colspan="2">
<br />
<br />
<span class="Text">The text that will be the same here<br />{$product.descr}</span>
<br />
<br />
</td>
</tr>
<tr>
Also you probably have to clear your cache after every tpl change you do
www.yoursite.com/cleanup.php
|
I tried this <span class="Text">The text that will be the same here<br />{$product.descr}</span> and nothing. Where i can find cleanup.php file? Thanks.