Loading...
 
Features / Usability

Features / Usability


Re : insert original value into a form

posts: 1092

in the php you have to do something like
$smarty->assign('username', $user)

After you can use {$username} in the associated tpl

Image
Copy to clipboard
{if $heading}{$heading|escape}{€lse}{$username|escape}
There are no comments at this time.