File: //opt/cpanel/ea-php54/root/usr/share/pear/RVSeagullMod/modules/faqweb/www/rvstemplates/tagcloud.tpl
<div>
<table width="100%" cellspacing="0" cellpadding="5">
<tr>
{if:aCatDataOut}
{foreach:aCatDataOut,k,v}
<td align="left" valign="top" width="{v[colWidth]}">
<div class="articleTitle">{v[link]:h}</div>
<div>{v[description]}</div>
<div class="article">
{if:v[allRecords]}
{v[allRecords]:h}
{else:}
{FAQLANG[err_nothingFound]:h}
{end:}
</div>
</td>
{if:v[closeTR]}
</tr>
<tr>
{end:}
{end:}
{else:}
<td align="left" valign="top" width="30%">
<p>{FAQLANG[no_cats]:h}</p>
</td>
{end:}
</tr>
</table>
</div>