| Current Path : /proc/1412126/cwd/webspace/www.babilon.be/html/modules/CMSPrinting/templates/ |
| Current File : //proc/1412126/cwd/webspace/www.babilon.be/html/modules/CMSPrinting/templates/linktemplate.tpl |
{if isset($imgsrc)}
{capture assign='image'}
<img src="{$imgsrc}" title="{$linktext}" alt="{$linktext}" {if isset($imgclass) && $imgclass!=''}class="{$imgclass}"{/if} />
{/capture}
<a href="{$href}" class="{$class}" {$target} {if isset($more)}{$more}{/if} rel="nofollow">{$image}</a>
{else}
<a href="{$href}" class="{$class}" {$target} {if isset($more)}{$more}{/if} rel="nofollow">{$linktext}</a>
{/if}