mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-23 15:56:24 +00:00
8 lines
270 B
PHP
8 lines
270 B
PHP
<ul>
|
|
<?php foreach ($_['mailboxes'] as $mboxName => $mailbox) { ?>
|
|
<?php if (count($mailbox['phoneNumbers']) > 0) { ?>
|
|
<li><a href="<?php p($mailbox['url']); ?>" nav-feed="<?php p($mailbox['label']); ?>"><?php p($mailbox['label']); ?></a></li>
|
|
<?php }
|
|
} ?>
|
|
</ul>
|