Html->charset(); echo $this->Html->css(array('bootstrap.min','dreamjob')); echo $this->Html->meta('icon', $this->Html->url('/favicon.ico')); ?>
Html->image('mobil.png',array("url"=>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', 'jquery-ui', 'dreamjob')); ?> startIfEmpty('scriptEnd'); $this->end(); echo $this->fetch('scriptEnd'); ?>