bartezas16 писал(а):It's PCP (Profile Control Panel) mod.
What version? I've checked v.2.0.0 and found that the string in viewtopic_body.php is different:
- Код: Выделить всё
<tr>
<td class="{postrow.ROW_CLASS}" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">{L_BACK_TO_TOP}</a></span></td>
<td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18"><tr>{postrow.BUTTONS_PANEL}</tr></table></td>
</tr>
Anyway, maybe it's a part of profilcp/def/def_usermaps.php starting with:
- Код: Выделить всё
'PHPBB.viewtopic.buttons' => array(
'title' => '',
'fields' => array(
'username' => array(
'img' => true,
'style' => '<td valign="absbottom" nowrap="nowrap"><span class="gensmall">%s </span></td>',
),