prefetchValueInstance('user'); // Assign fields with template variables $blockInstance->assignField('username'); // 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(); // End of all PHP commands ?>
Willkommen im Loginbereich von {?app_full_name?}!
{?login_content?}
Account-Infos:
{?persona_data?}
Reederei-Infos:
{?company_data?}