PDA

View Full Version : How to edit, dlete etc links at the bottom of the home page


TS Bertsch
05-07-2006, 12:04 AM
How do you control the link at the bottom of each page.
I don't see anywhere in the admin area to configure these.

Company Info | Company Policy | Terms Of Service | Tell a Friend | Contact Us

Greg
05-07-2006, 12:21 AM
Hi TS Welcome to the forums. :)

Open your footer.tpl file and find:
<div class="bottom">
{if $config.news}
{$lang.news} ({$config.base}{$config.dir}news.html) |
{/if}
{$lang.company_policy} (#) |
{$lang.company_terms} (#) |
{$lang.advertise_with_us} (#) |
{$lang.contact_us} (#)
<div class="copyright">&copy; 2005 Powered by eSyndiCat Link Exchange Software (http://www.esyndicat.com/)</div>
</div>

That's where you can add or remove items. Except the eSyndiCat Link if you are using the free version. ")