Html->charset(); ?> <?php echo $title_for_layout, ' - ', Configure::read('CyDefSIG.name')?>: Html->meta('icon'); // echo $this->Html->css('cake.generic'); echo $this->Html->css('roboto'); echo $this->Html->css('bootstrap'); // see http://twitter.github.io/bootstrap/base-css.html echo $this->Html->css('datepicker'); echo $this->Html->css('main'); // FIXME chri: re-add print stylesheet //echo $this->Html->css(array('print'), 'stylesheet', array('media' => 'print')); echo $this->fetch('meta'); echo $this->fetch('css'); echo $this->fetch('script'); echo $this->Html->script('jquery-1.9.1.min'); // Include jQuery library ?>
element('global_menu');?>
Session->flash('auth'); ?> Session->flash('error'); ?> Session->flash('gpg'); ?> Session->flash(); ?> Session->flash('email'); ?>


fetch('content'); ?> element('footer'); echo $this->element('sql_dump'); echo $this->Html->script('bootstrap'); // echo $this->Html->script('bootstrap.min'); echo $this->Html->script('bootstrap-datepicker'); echo $this->Html->script('main'); ?>