code problem about insert a image

have manage to fix the 3 first ones… but not the last one i whant to place a image instead of admin text
the code i whant to change is markt in blue.
if you have an solution for this problem please help. :slight_smile:

</a

      <a href="http://swedishforum.net/"><img src="templates/<?php echo $settings[template] ?>/images/forumpkv.png"/></a> 
<? echo iif($permission == 7,"-Admin"); ?>

I would suggest checking your spelling!

should this:
[php]<? echo iif($permission == 7,"-Admin"); ?>[/php]

be this?
[php]<? echo if($permission == 7,"-Admin"); ?>[/php]

Sponsor our Newsletter | Privacy Policy | Terms of Service