예제 #1
0
파일: general.php 프로젝트: anilch/Personel
    </nav>
</header>

<div id="page" class="container-fluid">
        
    <div id="page-content" class="row-fluid">
                    <?php if ($hasnavbar) { ?>
                   <div id="bnavbar"><div id="onavbar"><?php echo $OUTPUT->navbar(); ?></div>
            <nav class="breadcrumb-button"><?php echo $PAGE->button; ?></nav></div>
            <?php } ?>
   <div id="header-notifications">

    <?php
      
     $hierarche=new hierarchy ();
        foreach ( $hierarche->get_confirmation() as $notice) {
            if (isset($notice['style'])) {
                notify($notice['message'], $notice['style']);
            } else {
                notify($notice['message']);
            }
        }

        unset($notice);
    ?>
    </div>     
        <div class="span6">
                <div id="region-pre" class="block-region">
                    <div class="region-content">
                    <?php echo $OUTPUT->blocks_for_region('side-pre'); ?>
                    </div>