...
This commit is contained in:
parent
9b23690d5a
commit
4b9438e9a4
|
@ -23,7 +23,7 @@ if($profil['AppUser']['take_systemwide']){
|
|||
<?php
|
||||
}else{
|
||||
?>
|
||||
<li class="active"><?=$this->Html->link(__("dreamjob.settings.pages.company"),array('controller'=>'user','action'=>'settings_pageInh'));?></li>
|
||||
<li><?=$this->Html->link(__("dreamjob.settings.pages.company"),array('controller'=>'user','action'=>'settings_pageInh'));?></li>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<?php
|
||||
}else{
|
||||
?>
|
||||
<li class="active"><?=$this->Html->link(__("dreamjob.settings.pages.company"),array('controller'=>'user','action'=>'settings_pageInh'));?></li>
|
||||
<li><?=$this->Html->link(__("dreamjob.settings.pages.company"),array('controller'=>'user','action'=>'settings_pageInh'));?></li>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue