
03-03-2008, 04:07 PM
|
 |
|
|
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by todosbaneados
I add a boton to postbit with this code:
Code:
<if condition="$thread[forumid] == 45">
<a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]"><img src="$stylevar[imgdir_button]/votar2.gif" alt="$vbphrase[votar]" border="0" /></a>
</if>
But in the post see that:
Thats wrong?
|
Replace
$post[itrader_total]">
with:
$post[itrader_total]
|