prefetchValueInstance('user'); // Assign fields with template variables $blockInstance->assignField('username'); $blockInstance->assignFieldWithFilter('user_status', "user_status_translator"); // Shall we include registration date? if ($blockInstance->ifIncludeRegistrationStamp()) { // Then assign it as well! $blockInstance->assignFieldWithFilter('registered', 'formatTimestamp'); } // END - if // Flush the content out to a template variable $blockInstance->flushContent(); // Get helper instance $linkInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'logout')); // Add action $linkInstance->addActionLinkById('logout', 'logout'); // Flush the content $linkInstance->flushContent(); // [EOC] ?>
Willkommen zum {?app_full_name?}!
{?login_content?}
Account-Infos:
{?persona_data?}
{?logout?}