Posted by wichr on January 2, 2013 at 7:59pm
Hi, when i do
<?php
echo t("[token:0]");
?>I get what i want (text value " test")
but whan i do
<?php
$i=0;
echo t("[token:".$i."]");
?>I get "[token:0]" not value. How to use variable inside token?