2
Did you want to remove just the "Latest Listings" text or everything below it (the list of latest listings) as well.
That page uses the mylinks_index.html template (modify in System -> Templates, click on the link next to "Links" in the checked template set.
<br /><br />
<p align="center">
<a href="<{$xoops_url}>/modules/mylinks/index.php"><img src="<{$xoops_url}>/modules/mylinks/images/logo.gif" alt="" />a>
p>
<br /><br /><br />
<{if count($categories) gt 0}>
<hr />
<table border='0' cellspacing='5' cellpadding='0' align="center">
<tr>
<{foreach item=category from=$categories}>
<td valign="top">
<{if $category.image != ""}>
<a href="<{$xoops_url}>/modules/mylinks/viewcat.php?cid=<{$category.id}>"><img src="<{$category.image}>" height="50" border="0" alt="" />a>
<{/if}>
td>
<td valign="top" width="40%"><a href="<{$xoops_url}>/modules/mylinks/viewcat.php?cid=<{$category.id}>"><b><{$category.title}>b>a> (<{$category.totallink}>)<br /><{$category.subcategories}>td>
<{if $category.count is div by 3}>
tr><tr>
<{/if}>
<{/foreach}>
tr>
table>
<br /><br />
<div><{$lang_thereare}>div>
<hr /><br />
<{/if}>
[b][color=008000]<{if $links != ""}>[/color]
[color=000080]<h4><{$lang_latestlistings}>h4>[/color]
[color=008000]<table width="100%" cellspacing="0" cellpadding="10" border="0">
<tr>
<td width="100%" align="center" valign="top">
<{section name=i loop=$links}>
<{include file="db:mylinks_link.html" link=$links[i]}>
<{/section}>
td>tr>
table>
<{/if}>[/color][/b]
<{include file='db:system_notification_select.html'}>
If you want to remove just the text "Latest Listings" remove the line in blue, to remove the text and all the listings displayed below, remove both the blue and the green lines from the template