Beispiel #1
0
        }
        echo "</ul>";
    }
}
?>
                </ul>
            </section>
        </aside>
        <!-- Content Wrapper. Contains page content -->
        <div class="content-wrapper">
            <!-- Content Header (Page header) -->
            <section class="content-header">
              <h1>
                  <?php 
$d_n = $_GET['m'];
$stmt = $h->GetURLMenus($d_n);
$num = $stmt->rowCount();
if ($num > 0) {
    while ($row = $stmt->fetch(PDO::FETCH_ASSOC)) {
        extract($row);
        $sub_menuname = $menu_name;
        $header_menu = $menu_header;
        echo $menu_name;
    }
} else {
    echo "Dashboard";
}
?>
              </h1>
              <ol class="breadcrumb">
                <li><a href="main.php"><i class="fa fa-dashboard"></i> Home</a></li>