Esempio n. 1
0
 * Created by PhpStorm.
 * User: Allan Wiz
 * Date: 11/7/15
 * Time: 5:10 PM
 */
require 'header.php';
use app\controllers\supervisors;
use app\controllers\technician;
use app\controllers\zones;
$sup = new supervisors();
$tech = new technician();
$zone_obj = new zones();
$station_obj = new \app\controllers\sites();
$zones = $zone_obj->viewAllZones();
$supervisors = $sup->getAllSupervisors();
$stations = $station_obj->viewStation();
?>
<div class="main-content">
    <div class="main-content-inner">
        <div class="breadcrumbs" id="breadcrumbs">
            <script type="text/javascript">
                try {
                    ace.settings.check('breadcrumbs', 'fixed')
                } catch (e) {
                }
            </script>

            <ul class="breadcrumb">
                <li>
                    <i class="ace-icon fa fa-home home-icon"></i>
                    <a href="dashboard.php">Home</a>