Premium Account nicht anzeigen des Button ohne Login
This commit is contained in:
parent
2c785f2d86
commit
c0b7976bea
|
@ -9,6 +9,7 @@
|
||||||
<a href="http://info.dream-job.eu/preisliste/" rel="external" target="_blank">Hier</a>
|
<a href="http://info.dream-job.eu/preisliste/" rel="external" target="_blank">Hier</a>
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
<?php if(!empty($COMPANY) && count($COMPANY) > 0){ ?>
|
||||||
<div>
|
<div>
|
||||||
<?php
|
<?php
|
||||||
echo $this->Form->create(null,$default_Form);
|
echo $this->Form->create(null,$default_Form);
|
||||||
|
@ -18,4 +19,5 @@
|
||||||
echo $this->Form->end();
|
echo $this->Form->end();
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue