Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I need to create a link in footer of my template (For example a TOS link).
My footer has a position.
How can I create such a link in joomla 1.7 ? Wich module can do this?

Thanks

share|improve this question

2 Answers

I had a similar issue.

What I did was made the page an article (i.e. TOS > as an article). Then I made a hidden menu in the menu manager (called it HiddenMenu). I added the TOS page as an item in the menu. This then allows you to link via either a custom html module or entering directly into the index.php of the template (which ever way you have gone about the footer).

so your html will then be: <a href="/../tos">Terms of Service</a> assuming you called your article TOS.

Cheers

share|improve this answer

Just use Custom HTML module.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.