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');
?>
|
|
|
- =$this->Html->link(__('dreamjob.contact'),array('controller'=>'home','action'=>'contact'));?>
|
- =$this->Html->link(__('dreamjob.agb'),array('controller'=>'home','action'=>'agb'));?>
- =$this->Html->link(__('dreamjob.impressum'),array('controller'=>'home','action'=>'impressum'));?>
|
Html->script(array('jquery.min', 'bootstrap.min', 'jquery-ui','bootstrap-wysihtml5','select2.min','select2_locale_de','dreamjob'));
?>
startIfEmpty('scriptEnd');
$this->end();
echo $this->fetch('scriptEnd');
?>