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.
|
|
{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"> </td></tr>
|
|
|
{/foreach}
|
|
|
</table>
|
|
|
{/tikimodule}
|