i think it would be nice if in each link can have a logo.
thx a lot.
snowmaker wrote:i think it would be nice if in each link can have a logo.
ichbins wrote:snowmaker wrote:i think it would be nice if in each link can have a logo.
What exactly do you mean?
Markus
<p>
{foreach from=$mylinks item=link}
<a target="_blank" title="{$link->getDescription()}" href="{$link->getUrl()}">{$link->getName()}</a><br/>
{/foreach}
</p>
<p>
{foreach from=$mylinks item=link}
<a target="_blank" href="{$link->getUrl()}">
<img src="{$link->getDescription()}" border="0" alt="Logo" />
{$link->getName()}
</a><br/>
{/foreach}
</p>