HEX
Server: Apache
System: Linux sg241.singhost.net 2.6.32-896.16.1.lve1.4.51.el6.x86_64 #1 SMP Wed Jan 17 13:19:23 EST 2018 x86_64
User: honghock (909)
PHP: 8.0.30
Disabled: passthru,system,shell_exec,show_source,exec,popen,proc_open
Upload Files
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>