In the main template jsut a detail, I had to put {$username} outside the translation tag.
- Code: Select all
{define_slot name="user_status_logged_in"}{assign var='username' value=$ENV.username}{translate id="Logged in as user" username=$username}Logged in as {/translate} {$username} (<a href="{$APP->url('-action=logout')}"
Have a nice day
Jean