Hey,
ich hab ein Problem mit dem IV CMS, ich möchte eine if Anweisung im "Thread Template" ausführen, das Problem hierbei ist aber das es nicht ausgeführt wird.
Bilder sagen mehr als tausend Worte, hier erstmal die IF-ANWEISUNG.
PHP
<?php $emre = "7"; if ( $user['type'] == $emre ) { echo '<img src="http://habboemotion.com/resources/forumimg/user5/site_staff.png">'; } else { echo 'nein'; }?>
Screenshot: