|
|
|
@ -46,7 +46,7 @@ |
|
|
|
|
<li><a style="background-image:url(<?php echo $entry['icon']; ?>)" href="<?php echo $entry['href']; ?>" title="" <?php if( $entry['active'] ): ?> class="active"<?php endif; ?>><?php echo $entry['name']; ?></a></li>
|
|
|
|
|
<?php if( sizeof( $entry["subnavigation"] )): ?> |
|
|
|
|
<?php foreach($entry["subnavigation"] as $subentry):?> |
|
|
|
|
<li><a href="<?php echo $subentry['href']; ?>" title="" <?php if( $subentry['active'] ): ?>class="active"<?php endif; ?>><?php echo $subentry['name'] ?></a></li>
|
|
|
|
|
<li><a style="background-image:url(<?php echo $subentry['icon']; ?>)" href="<?php echo $subentry['href']; ?>" title="" <?php if( $subentry['active'] ): ?>class="active"<?php endif; ?>><?php echo $subentry['name'] ?></a></li>
|
|
|
|
|
<?php endforeach; ?> |
|
|
|
|
<?php endif; ?> |
|
|
|
|
<?php endforeach; ?> |
|
|
|
|