--- app/View/Layouts/default.ctp.orig 2012-09-20 15:35:36.384658456 +0200 +++ app/View/Layouts/default.ctp 2012-09-20 15:36:38.128659936 +0200 @@ -16,44 +16,53 @@ * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ -$cakeDescription = __d('cake_dev', 'CakePHP: the rapid development php framework'); ?> Html->charset(); ?> - <?php echo $cakeDescription ?>: + <?php echo Configure::read('CyDefSIG.name')?>: <?php echo $title_for_layout; ?> Html->meta('icon'); echo $this->Html->css('cake.generic'); + 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.7.2.min'); // Include jQuery library ?>
- + Session->flash('auth'); ?> + Session->flash('error'); ?> + Session->flash('gpg'); ?> Session->flash(); ?> + Session->flash('email'); ?> + fetch('content'); ?>
element('sql_dump'); ?>