1
I have added a php block within one of my XOOPS templates. Within this template there is a smarty variable $user.id. I would like to be able to have access to the value of this variable within my php block, but can't seem to figure out how to do this... any help would be greatly appreciated. Thanks.
Ex:
<{$user.id}>
<{php}>
I want to be able to use $user.id as a parameter to some php functions in here.
<{/php}>