Provider page added
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
$menu = array(
|
||||
'office' =>[
|
||||
'Dashboard'=>['provider','Dashboard','1'],
|
||||
@@ -30,12 +30,12 @@ $menu = array(
|
||||
<span class="nav-label label label-danger">9</span>
|
||||
</a>
|
||||
<ul aria-expanded="false">
|
||||
<?
|
||||
<?php
|
||||
foreach( $menu['office'] AS $mnuItem){
|
||||
$selectedString = $mnuItem[2]==1 ? " class='active' " : '';
|
||||
?>
|
||||
<li> <a href='/<?=$mnuItem[0]?>' <?=$selectedString?> ><?=$mnuItem[1]?></a> </li>
|
||||
<?
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<!-- li class="active"> <a href='/provider'>Dashboard</a> </li>
|
||||
|
||||
Reference in New Issue
Block a user