Just unzip this file and upload the two files to
includes/templates/YOUR_TEMPLATE/css
Attachment 1557
Open includes/languages/english/YOUR_TEMPLATE/links.php
find the following code:
PHP Code:
define('HEADING_TITLE', '<h1>Links</h1>');
Just below this line of code add the following:
PHP Code:
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 Code:
<?php echo HEADING_TITLE; ?>
Just below this line add the following:
PHP Code:
<?php echo LINKS_CHOOSE_CATEGORY; ?>
save the file and upload to your server
Bookmarks