<if condition="$show['usernotes']">
<div class="fieldset"> <div style="padding:$stylevar[formspacer]px"> Forum Skin: $userstyle </div> </div>
if ($userinfo['styleid'] != 0) {$title = $db->query_first("SELECT title FROM ".TABLE_PREFIX."style WHERE styleid = ".$userinfo['styleid']);$userstyle = '<a href="index.php?styleid='.$userinfo['styleid'].'">';$userstyle .= $title['title'];$userstyle .= '</a>';} else {$userstyle = '<em>default</em>';}
Show Your Support