예제 #1
0
?>
        </div>
        <?php 
echo noscript('<div class="alert alert-warning text-center">' . $this->lang->line('ui_noscript') . '</div>');
echo unsupported_browser('<div class="alert alert-warning text-center">' . $this->lang->line('ui_unsupported_browser') . '</div>');
?>
       <div class="page-content-wrapper">
        <div class="page-content"> 
        <div class="page-bar">
        <?php 
echo $this->breadcrumbs->show();
?>
  
        </div> 
            <?php 
template_body();
?>
        </div> 
             </div>
</div> <!-- <div class="container-fluid">-->


<?php 
file_partial('admin_footer');
echo js_jquery_extra_selectors();
echo js_bp_plugins();
echo js_mbp_helper();
echo js_scale_fix_ios();
echo js_imgsizer();
// BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) -->
// BEGIN CORE PLUGINS -->
예제 #2
0
 public function body()
 {
     ob_start();
     template_body();
     return ob_get_clean();
 }