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
|
|
|
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:
Cheers |
|||
|
|