
edit: Okay ein kleines Problem habe ich, wenn ich den Icon ausblende, dann habe ich auch keine Signatur mehr

Code: Alles auswählen
<br>
<!-- IF postrow.POSTER_FROM and postrow.S_LOCATION --><dd><img src="{postrow.POSTER_FROM}" width="170" height="100" /></dd><!-- ENDIF --><!-- ELSE --> <!-- ENDIF --></dl> </center>
Code: Alles auswählen
<!-- IF LOCATION and S_LOCATION --><div style="padding-left:15%"><img src="{LOCATION}" width="170" height="100"/></div><!-- ENDIF -->
Code: Alles auswählen
{
2372: $var = ($data !== false) ? $data : $this->data['user_options'];
2373: return phpbb_optionget($this->keyoptions[$key], $var);
}