You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
530 B

{tikimodule error=$module_params.error title=$tpl_module_title name="whats_related" flip=$module_params.flip decorations=$module_params.decorations nobox=$module_params.nobox notitle=$module_params.notitle}
<table border="0" cellpadding="0" cellspacing="0">
{foreach key=key item=item from=$WhatsRelated}
<tr><td class="module"><a class="linkmodule" href="{$key}">{$item}</a></td></tr>
{foreachelse}
<tr><td class="module">&nbsp;</td></tr>
{/foreach}
</table>
{/tikimodule}