2
go to your custom template( if you have not any build acustom template from "default" template )
the go to admin --> templates -->YOUR_TEMPLATE --> mylinks --> mylinks_index and edit it.
this is the original code:
<p align="center">
<a href="<{$xoops_url}>/modules/mylinks/index.php"><img src="<{$xoops_url}>/modules/mylinks/images/logo.gif" alt="" />a>
p>
just remove the logo code or whole code or whatever you want.
<p align="center">
<a href="<{$xoops_url}>/modules/mylinks/index.php">a>
p>