36
go 2 the templates admin
edit the template
xoopspartners_block_site.htmlfind this row:
le="color: #000000"><?php <{if $partner.image != ""}> <img src="<{$partner.image}>" width="102" height="47" border="0" alt="<{$partner.url}>" <{$block.fadeImage}> /><br /> <{/if}>
and delete
le="color: #000000"><?php width="102" height="47"
:
final result:
le="color: #000000"><?php <{if $partner.image != ""}> <img src="<{$partner.image}>" border="0" alt="<{$partner.url}>" <{$block.fadeImage}> /><br /> <{/if}>
bye!
Devis_