1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
|
<tr>
<td class="tableb" width="20%" align="center"><img src="hm-portal/images/authors1.gif" border="0" alt="" />
<br /><span class="smallfont"><a href="wiw.php{$SID_ARG_1ST}">{$lang->items['LANG_HMPORTAL_ONLINE_WHERELINK']}</a></span>
</td>
<td class="tablea" width="80%" align="center" colspan="9"><span class="smallfont">
<if($totaluseronline==1)>
<then>{$lang->items['LANG_HMPORTAL_ONLINE_ONEUSER']}</then>
<else>{$lang->items['LANG_HMPORTAL_ONLINE_SEVUSERS1']} $totaluseronline {$lang->items['LANG_HMPORTAL_ONLINE_SEVUSERS2']}</else>
</if><br />
$useronline<br />
<if($guestcount==1)>
<then>{$lang->items['LANG_HMPORTAL_ONLINE_ONEGUEST']}</then>
<else>$guestcount {$lang->items['LANG_HMPORTAL_ONLINE_SEVGUESTS']}</else>
</if><br />
</span></td>
</tr>
<!-- TeamSpeaker -->
<if($teamspeaker==1 )>
<then>
<if($wbbuserdata['can_show_team_speak']==1)>
<then>
<tr>
<td class="tabletitle" align="left" colspan="<if($hide_modcell==0)><then>10</then><else>10</else></if>">
<span class="smallfont"><b>{$lang->items['LANG_HMPORTAL_TEAMSPEAKER']}</b></span>
</td>
</tr>
<tr>
<td class="tableb" width="20%" align="center"><img src="images/teamspeaker/teamspeak.gif" alt="" title="" /></td>
<td class="tablea width="80%""><img src="images/teamspeaker/teamspeak.gif" width="16"height="16" border="0" alt="" />
<span class="smallfont"> TeamSpeak</span>
$teamspeaker_channel
$teamspeaker_online
</td>
</tr>
</then>
</if>
</then>
</if>
<!-- TeamSpeaker -->
$pchattin
|