os grupos (legenda) <- e com um | para separar grupo de grupo.

Muito agradecido.

Código: Selecionar todos
<p>{TOTAL_POSTS} • {TOTAL_TOPICS} • {TOTAL_USERS} • {NEWEST_USER}</p> Código: Selecionar todos
<p>{TOTAL_POSTS}<br><hr><br>{TOTAL_TOPICS}<br><hr><br>{TOTAL_USERS}<br><hr><br>{NEWEST_USER}<br><hr><br></p> 


Código: Selecionar todos
#vertical {
position:absolute; right:0px; top:250px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
filter:
progid:
DXImageTransform.Microsoft.BasicImage(rotation=3);
color: #fff;
} Código: Selecionar todos
<p>{TOTAL_POSTS}<br><hr><br>{TOTAL_TOPICS}<br><hr><br>{TOTAL_USERS}<br><hr><br>{NEWEST_USER}<br><hr><br></p> 


Código: Selecionar todos
<!-- IF LEGEND -->
<tr>
<td class="row1 nobold"><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td>
</tr>
<!-- ENDIF -->
</table>
{$CA_BLOCK_END}
<!-- ENDIF -->
<!-- IF S_DISPLAY_BIRTHDAY_LIST && BIRTHDAY_LIST -->
<br clear="all" />
{$CA_BLOCK_START}
{$CA_CAP2_START}{L_BIRTHDAYS}{$CA_CAP2_END}
<table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
<tr>
<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/birthday.gif" alt="{L_BIRTHDAYS}" /></td>
<td class="row1 nobold" width="100%"><p class="genmed"><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <b>{BIRTHDAY_LIST}</b><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p></td>
</tr>
</table>
{$CA_BLOCK_END}
<!-- ENDIF -->
<br clear="all" />
{$CA_BLOCK_START}
{$CA_CAP2_START}{L_STATISTICS}{$CA_CAP2_END}
<table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
<tr>
<td class="row1"><img src="{T_THEME_PATH}/images/stats.gif" alt="{L_STATISTICS}" /></td>
<td class="row1 nobold" width="100%" valign="middle"><p class="genmed">{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER}</p></td>
</tr>
</table>
{$CA_BLOCK_END} Código: Selecionar todos
<!-- IF LEGEND -->
<!-- ENDIF -->
</table>
<p>{$CA_BLOCK_END}
<!-- ENDIF -->
</p>
<br clear="all" />
<p>{$CA_BLOCK_START}
{$CA_CAP2_START}<u>Grupos do Fórum</u> <img src="{T_THEME_PATH}/images/icon_block.gif" width="6" height="9"> <u>{L_STATISTICS}</u>{$CA_CAP2_END}
</p>
<table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
<tr>
<td class="row1 nobold"><b class="gensmall">{LEGEND}</b><HR WIDTH="2" SIZE="100">
<td class="row1 nobold" width="50%" valign="middle"><p class="genmed">{TOTAL_POSTS}<br><hr><br>{TOTAL_TOPICS}<br><hr><br>{TOTAL_USERS}<br><hr><br>{NEWEST_USER}<br><hr><br></p></td>
</td>
</tr>
</table>
{$CA_BLOCK_END}
<!-- IF S_DISPLAY_BIRTHDAY_LIST && BIRTHDAY_LIST -->
<br clear="all" />
{$CA_BLOCK_START}
{$CA_CAP2_START}{L_BIRTHDAYS}{$CA_CAP2_END}
<table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
<tr>
<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/birthday.gif" alt="{L_BIRTHDAYS}" /></td>
<td class="row1 nobold" width="100%"><p class="genmed"><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <b>{BIRTHDAY_LIST}</b><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p></td>
</tr>
</table>
{$CA_BLOCK_END}
<!-- ENDIF --> 