getData('account'); $media = $this->getDatA('media') ?? []; $countryCodes = \phpOMS\Localization\ISO3166TwoEnum::getConstants(); $countries = \phpOMS\Localization\ISO3166NameEnum::getConstants(); $timezones = \phpOMS\Localization\TimeZoneEnumArray::getConstants(); $timeformats = \phpOMS\Localization\ISO8601EnumArray::getConstants(); $languages = \phpOMS\Localization\ISO639Enum::getConstants(); $currencies = \phpOMS\Localization\ISO4217Enum::getConstants(); $l11nDefinitions = \phpOMS\System\File\Local\Directory::list(__DIR__ . '/../../../../phpOMS/Localization/Defaults/Definitions'); $weights = \phpOMS\Utils\Converter\WeightType::getConstants(); $speeds = \phpOMS\Utils\Converter\SpeedType::getConstants(); $areas = \phpOMS\Utils\Converter\AreaType::getConstants(); $lengths = \phpOMS\Utils\Converter\LengthType::getConstants(); $volumes = \phpOMS\Utils\Converter\VolumeType::getConstants(); $temperatures = \phpOMS\Utils\Converter\TemperatureType::getConstants(); $account = $profile->getAccount(); $l11n = $account->getL11n(); echo $this->getData('nav')->render(); ?>
request->getUri()->getFragment() === 'c-tab-1' ? ' checked' : '' ?>>
getName3()) || !empty($account->getName2())) : ?> printHtml(empty($account->getName3()) ? $account->getName2() : $account->getName3()); ?>, printHtml($account->getName1()); ?>
<?= $this->getHtml('ProfileImage'); ?>
request->getHeader()->getAccount() === $account->getId()) : ?>
getHtml('Birthday') ?> getDateTime($profile->getBirthday()); ?>
getHtml('Email') ?> printHtml($account->getEmail()); ?>
getHtml('Address') ?> getLocation(); if (empty($locations)) : ?>
No address specified
Private SMALLSYS INC
795 E DRAGRAM
TUCSON AZ 85705
USA
getHtml('Contact') ?> getContactElements(); if (empty($contacts)) : ?>
No contact specified
Private +01 12345-4567
getHtml('Registered') ?> printHtml($account->getCreatedAt()->format('Y-m-d')); ?>
getHtml('LastLogin') ?> printHtml($account->getLastActive()->format('Y-m-d')); ?>
getHtml('Status') ?> getHtml(':s' . $account->getStatus(), 'Admin'); ?>
request->getHeader()->getAccount() === $account->getId()) : ?>
getHtml('Visibility') ?>

Define which users and user groups can see your profile

getData('accGrpSelector')->render('iVisibility', 'visibility', true); ?>
getData('medialist')->render($media); ?>
getData('calendar')->render(null /* calendar object here */); ?>
request->getHeader()->getAccount() === $account->getId()) : ?> request->getUri()->getFragment() === 'c-tab-2' ? ' checked' : '' ?>>
getHtml('Localization'); ?>
getHtml('Time'); ?>

getHtml('Timeformat'); ?>

getHtml('Numeric'); ?>

getHtml('Numberformat'); ?>

getHtml('Precision'); ?>
getHtml('Weight'); ?>
getHtml('Speed'); ?>
getHtml('Length'); ?>
getHtml('Area'); ?>
getHtml('Volume'); ?>