diff --git a/Theme/Backend/profile-single.tpl.php b/Theme/Backend/profile-single.tpl.php index 5a76040..ceb1ad9 100644 --- a/Theme/Backend/profile-single.tpl.php +++ b/Theme/Backend/profile-single.tpl.php @@ -46,7 +46,9 @@ echo $this->getData('nav')->render();
| = $this->getHtml('Occupation') ?> + | Sailor + | ||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| = $this->getHtml('Birthday') ?> + | = $profile->getBirthday()->format('Y-m-d'); ?> + | ||||||||||||||||||||||||||||||||||||||
| = $this->getHtml('Email') ?> + | = $this->printHtml($account->getEmail()); ?> + | ||||||||||||||||||||||||||||||||||||||
| = $this->getHtml('Address') ?> + | + getLocation(); + if (empty($locations)) : + ?> + | ||||||||||||||||||||||||||||||||||||||
| + | No address specified
-
- = $this->printHtml($account->getName1()); ?>
-
-
-
-
-
-
-
-
-
Private
+ | SMALLSYS INC | 795 E DRAGRAM TUCSON AZ 85705 USA + + = $this->getHtml('Contact') ?>
+ |
+ getContactElements();
+ if (empty($contacts)) :
+ ?>
+ |
+ | No contact specified
+
+
+ | Private
+ | +01 12345-4567
+
+ | = $this->getHtml('Registered') ?>
+ | = $this->printHtml($account->getCreatedAt()->format('Y-m-d')); ?>
+ | = $this->getHtml('LastLogin') ?>
+ | = $this->printHtml($account->getLastActive()->format('Y-m-d')); ?>
+ | = $this->getHtml('Status') ?>
+ | = $this->getHtml(':s' . $account->getStatus(), 'Admin'); ?>
+ | |
Define which users and user groups can see your profile
= $this->getData('accGrpSelector')->render('iVisibility', 'visibility', true); ?>| @@ -264,14 +263,14 @@ echo $this->getData('nav')->render(); |
+
+