Premium Account nicht anzeigen des Button ohne Login

This commit is contained in:
Martin Müller 2015-03-03 16:39:45 +01:00
parent 2c785f2d86
commit c0b7976bea
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
<a href="http://info.dream-job.eu/preisliste/" rel="external" target="_blank">Hier</a>
<br/>
<br/>
<?php if(!empty($COMPANY) && count($COMPANY) > 0){ ?>
<div>
<?php
echo $this->Form->create(null,$default_Form);
@ -18,4 +19,5 @@
echo $this->Form->end();
?>
</div>
<?php } ?>
</div>