dreamjob/app/View/Elements/service_navbar.ctp

14 lines
1.2 KiB
Plaintext
Raw Normal View History

2014-05-15 19:38:25 +02:00
<?php
/*
*
*/
?>
<ul class="nav nav-tabs">
<li<?php if(isset($SERVICE_index)){?> class="active"<?php } ?>><?=$this->Html->link('Service-Übersicht',array('controller'=>'service','action'=>'index'));?></li>
<li<?php if(isset($SERVICE_berufsorientierung)){?> class="active"<?php } ?>><?=$this->Html->link('Berufsorientierung',array('controller'=>'service','action'=>'serviceList','list'=>'berufsorientierung'));?></li>
<li<?php if(isset($SERVICE_versicherungen)){?> class="active"<?php } ?>><?=$this->Html->link('versicherungen',array('controller'=>'service','action'=>'serviceList','list'=>'versicherungen'));?></li>
<li<?php if(isset($SERVICE_dreamjob)){?> class="active"<?php } ?>><?=$this->Html->link('dreamjob',array('controller'=>'service','action'=>'serviceList','list'=>'dreamjob'));?></li>
<li<?php if(isset($SERVICE_forPupil)){?> class="active"<?php } ?>><?=$this->Html->link('für Studenten',array('controller'=>'service','action'=>'serviceItem','list'=>'dreamjob','item'=>'schueler'));?></li>
<!--<li<?php if(isset($SERVICE_download)){?> class="active"<?php } ?>><?=$this->Html->link('Downloads',array('controller'=>'service','action'=>'index'));?></li>-->
</ul>