Код: Выделить всё
// Верификация профиля
if($row['verification']) {
$tpl->set('{verification}', '<a href="/verify" onclick="Page.Go(this.href); return false;"><img onMouseover="pageVerifiedTip(this)(\'verifi\', \' ' . $row['user_searh_pref'] . ' \', \'\');" id="verifi" style="position: absolute; width: 38px; margin-top: -13px;" src="{theme}/images/verifi.gif" /></a>');
} else {
$tpl->set('{verification}', '');
}