mirror of
				https://github.com/nerzhul/ocsms.git
				synced 2025-10-31 10:27:42 +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>
 |