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 $helper = WebLinkHelper::createWebLinkHelper($this, 'logout_action_link', 'index.php?app={?app_short_name?}&page=login_area'); // Add action $helper->addActionLink('logout', "Ausloggen"); // Flush the content $helper->flushContent(); // End of all PHP commands ?>
Willkommen zum {?app_full_name?}!
{?login_content?}
Account-Infos:
{?persona_data?}