<?php
echo '
<table class="hidden" cellspacing="0">
<tr class="hidden">
<td class="hidden"> </td>
<td class="button" style="width:25px">',AsImg($_SESSION[QT]['skin_dir'].'/ico_topic_t_0.gif','T',$L['Ico_topic_t'],'ico i_topic'),'</td>
<td class="button" style="width:120px"> <a href="',Href('qti_find.php'),'?a=last" class="button">',$L['Recent_messages'],'</a> </td>
<td class="hidden" style="width:10px"> </td>
<td class="button" style="width:25px">',AsImg($_SESSION[QT]['skin_dir'].'/ico_topic_a_0.gif','T',$L['Ico_topic_a'],'ico i_topic'),'</td>
<td class="button" style="width:120px"> <a href="',Href('qti_find.php'),'?a=news" class="button">',$L['All_news'],'</a> </td>
';
if ($oVIP->role!='V')
{
echo '<td class="hidden" style="width:10px"> </td>
<td class="button" style="width:25px">',AsImg($_SESSION[QT]['skin_dir'].'/ico_user_p_1.gif','T',$L['Ico_user_p'],'ico i_user'),'</td>
<td class="button" style="width:120px"> <a href="',Href('qti_find.php'),'?a=user&k1=',$oVIP->id,'&k2=',urlencode($oVIP->username),'" class="button">',$L['All_my_topics'],'</a> </td>
';
}
echo '</tr>
</table>
';