dynn
10-07-2006, 11:04 AM
I already change the thumnail code from alexa to girafa but still not working.Pls help.
here my directory : www.alltheurl.com
here part my the script in the link-display.tpl
<tr>
{if $config.alexa_thumbs}
<td width="50" valign="top"><img src="http://msnsearch.srv.girafa.com/srv/i?s=MSNSEARCH&r={$link.URL}" align=absmiddle border="1" width=120 height=90></td>
<td valign="top" class="link {$link.status}"{if $link.sponsored AND $config.sponsored_highlight AND $config.sponsored_links} style="background-color: {$config.sponsored_highlight}"{/if}>
{else}
<td colspan="2" class="link {$link.status}"{if $link.sponsored AND $config.sponsored_highlight AND $config.sponsored_links} style="background-color: {$config.sponsored_highlight}"{/if}>
{/if}
here my directory : www.alltheurl.com
here part my the script in the link-display.tpl
<tr>
{if $config.alexa_thumbs}
<td width="50" valign="top"><img src="http://msnsearch.srv.girafa.com/srv/i?s=MSNSEARCH&r={$link.URL}" align=absmiddle border="1" width=120 height=90></td>
<td valign="top" class="link {$link.status}"{if $link.sponsored AND $config.sponsored_highlight AND $config.sponsored_links} style="background-color: {$config.sponsored_highlight}"{/if}>
{else}
<td colspan="2" class="link {$link.status}"{if $link.sponsored AND $config.sponsored_highlight AND $config.sponsored_links} style="background-color: {$config.sponsored_highlight}"{/if}>
{/if}