Provider page added

This commit is contained in:
CHIEFSOFT\ameye
2024-09-07 19:07:03 -04:00
parent beeb01ca6b
commit cf734fab3b
6 changed files with 43 additions and 44 deletions
+3 -3
View File
@@ -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>