diff --git a/app/View/Elements/service_navbar.ctp b/app/View/Elements/service_navbar.ctp index 828be5e..635d048 100644 --- a/app/View/Elements/service_navbar.ctp +++ b/app/View/Elements/service_navbar.ctp @@ -8,7 +8,11 @@ class="active">Html->link('Service-Übersicht',array('controller'=>'service','action'=>'index'));?> class="active">Html->link('Berufsorientierung',array('controller'=>'service','action'=>'serviceList','list'=>'berufsorientierung'));?> class="active">Html->link('versicherungen',array('controller'=>'service','action'=>'serviceList','list'=>'versicherungen'));?> + class="active">Html->link('dreamjob',array('controller'=>'service','action'=>'serviceList','list'=>'dreamjob'));?> - class="active">Html->link('für Studenten',array('controller'=>'service','action'=>'serviceItem','list'=>'dreamjob','item'=>'schueler'));?> + */ + ?> + class="active">Html->link('für Schüler',array('controller'=>'service','action'=>'serviceList','list'=>'pupil'));?> \ No newline at end of file diff --git a/app/View/Service/index.ctp b/app/View/Service/index.ctp index 430be68..599e437 100644 --- a/app/View/Service/index.ctp +++ b/app/View/Service/index.ctp @@ -18,6 +18,6 @@ echo $this->Html->image('service/dak.jpg',array('style'=>$style)); echo $this->Html->image('service/vuf.png',array('style'=>$style)); echo $this->Html->image('service/wks.png',array('style'=>$style)); - echo $this->Html->image('service/logo_job4u.png',array('style'=>$style)); + echo $this->Html->image('service/logo_job4u.jpg',array('style'=>$style)); ?> \ No newline at end of file diff --git a/app/View/Service/dreamjob_schueler.ctp b/app/View/Service/pupil.ctp similarity index 100% rename from app/View/Service/dreamjob_schueler.ctp rename to app/View/Service/pupil.ctp