1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-07-04 13:16:11 +00:00
ocsms/templates/part.navigation.php
2014-09-16 19:14:32 +00:00

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>