My footer text links reflect my primary nav, with the addition of the following links: Sitemap, T&c's, Privacy
What is the best way to generate this list of text links?
I currently have a my footer code within a Global Content Block and call it on every page using: {global_content name='footer'}
and this contains
Code: Select all
<p class="footerbigpink">© {custom_copyright} Techs In The City</p>
<ul class="footernav">
<li><a href="#">home</a> |</li>
<li><a href="#">services</a> |</li>
<li><a href="#">security</a> |</li>
<li><a href="#">sales</a> |</li>
<li><a href="#">news</a> |</li>
<li><a href="#">case studies</a> |</li>
<li><a href="#">library</a> |</li>
<li><a href="#">contact</a> |</li>
<li><a href="#">sitemap</a> |</li>
<li><a href="#">t&c's</a> |</li>
<li><a href="#">privacy</a></li>
</ul>
<p><a href="http://www.my-igloo.net" target="_blank">Site by Eskymo New Media Design</a> | <a href="http://www.cmsmadesimple.org">Powered by CMS Made Simple v{cms_version}</a></p>
Or is there another way of generating a footer list like this?
Any help, muchly appreciate.
Many thanks
E