How can I use a PhpFox variable with substr? When I use the variable in a {php} {/php}
it's giving me undefined variable:
Example:
I have the variable:{$aFeed.feed_image_onclick}
Now I want to substr this variable in my template file:
{php} substr($aFeed.feed_image_onclick, 1, 3);{/php}
But is it even possible to use class generated variable in the {php} tag?
Thanks!