Just unzip this file and upload the two files to
includes/templates/YOUR_TEMPLATE/css
[Attachment no longer available]
Open includes/languages/english/YOUR_TEMPLATE/links.php
find the following code:
define('HEADING_TITLE', '<h1>Links</h1>');
Just below this line of code add the following:
define('LINKS_CHOOSE_CATEGORY', '<br />Please select the category most relevant to your site...<br />');
Save the file and upload to your server
Now open includes/templates/YOUR_TEMPLATE/templates/tpl_links_default.php
find the following line of code
<?php echo HEADING_TITLE; ?>
Just below this line add the following:
<?php echo LINKS_CHOOSE_CATEGORY; ?>
save the file and upload to your server