Html->charset(); echo $this->Html->css(array('bootstrap.min','dreamjob')); echo $this->Html->meta('icon', $this->Html->url('/favicon.ico')); ?>
Html->link('Handy',array('controller'=>'home','action'=>'home'));?>
startIfEmpty('barleft'); echo $this->element('barleft'); $this->end(); echo $this->fetch('barleft'); ?>
Session->flash(); ?>
fetch('content'); ?>
startIfEmpty('barright'); echo $this->element('barright'); $this->end(); echo $this->fetch('barright'); ?>
Html->script(array('jquery.min','bootstrap.min','dreamjob')); ?>