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>
|
2014-05-18 23:27:13 +02:00
|
|
|
<?php
|
|
|
|
/*
|
2014-05-15 19:38:25 +02:00
|
|
|
<li<?php if(isset($SERVICE_dreamjob)){?> class="active"<?php } ?>><?=$this->Html->link('dreamjob',array('controller'=>'service','action'=>'serviceList','list'=>'dreamjob'));?></li>
|
2014-05-18 23:27:13 +02:00
|
|
|
*/
|
|
|
|
?>
|
|
|
|
<li<?php if(isset($SERVICE_pupil)){?> class="active"<?php } ?>><?=$this->Html->link('für Schüler',array('controller'=>'service','action'=>'serviceList','list'=>'pupil'));?></li>
|
2014-05-15 19:38:25 +02:00
|
|
|
<!--<li<?php if(isset($SERVICE_download)){?> class="active"<?php } ?>><?=$this->Html->link('Downloads',array('controller'=>'service','action'=>'index'));?></li>-->
|
|
|
|
</ul>
|