setDataSource('user'); // Load the username field $blockInstance->loadField('username'); // Shall we include registration date? if (($blockInstance->ifIncludeRegistrationStamp()) && ($blockInstance->ifRegistrationRequiresStamp())) { // Then add it! $blockInstance->loadFieldWithFilter('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?}