mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-07-04 13:16:11 +00:00
8 lines
228 B
PHP
8 lines
228 B
PHP
<ul>
|
|
<?php foreach ($_['mailboxes'] as $mboxName => $mailbox) { ?>
|
|
<?php if (count($mailbox['phoneNumbers']) > 0) { ?>
|
|
<li><a href="<?php p($mailbox['url']); ?>"><?php p($mailbox['label']); ?></a></li>
|
|
<?php }
|
|
} ?>
|
|
</ul>
|