Kod znalazłem chodzi o ten:
Kod php:
<if condition="$show['activesubscriptions']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat" colspan="3">$vbphrase[active_subscriptions]</td>
</tr>
<tr>
<td class="thead">$vbphrase[subscription_title]</td>
<td class="thead">$vbphrase[start_date]</td>
<td class="thead">$vbphrase[expiry_date]</td>
</tr>
$subscribedbits
</table>
<br />
</if>
tylko chyba trzeba cos więcej zrobić aby to się tam wyświetlało, jakieś pomysły?