Open includes/languages/english/YOUR_TEMPLATE/links_submit.php
add a define statement containing the text you want
define('LINK_SUBMIT_TEXT', 'Please fill out the following form to submit your website.');
Save the file and upload to your server.
Open includes/templates/YOUR_TEMPLATE/templates/tpl_links_submit_default.php
find the following
PHP Code:
<?php echo HEADING_TITLE; ?>
and just below add the following:
<?php echo LINK_SUBMIT_TEXT; ?>
Save the file and upload to your server
Are you using the stylesheets for the mod. (links.css and links_submit.css)
These should be located in includes/templates/YOUR_TEMPLATE/css
Bookmarks