Html->charset();
echo $this->Html->css(array('bootstrap.min','bootstrap-wysihtml5','wysiwyg-color','select2','select2-bootstrap','dreamjob'));
echo $this->Html->meta('icon', $this->Html->url('/favicon.ico'));
?>
=$this->Html->image('logo.png',array('url'=>array('controller'=>'home','action'=>'home'))); ?>
=$this->Html->image('mobil.png',array("url"=>array('controller'=>'home','action'=>'home')));?>
*/ ?>
startIfEmpty('navbar');
echo $this->element('navbar');
$this->end();
echo $this->fetch('navbar');
?>
startIfEmpty('barleft');
echo $this->element('barleft');
$this->end();
echo $this->fetch('barleft');
?>
=$this->Session->flash(); ?>
=$this->fetch('content'); ?>
startIfEmpty('barright');
echo $this->element('barright');
$this->end();
echo $this->fetch('barright');
?>