footer menu for elastc2

resif
@resif
6 years ago
187 posts
how can i create a footer menu for elastic2 like on jamroom.net
updated by @resif: 02/11/19 06:34:11PM
douglas
@douglas
6 years ago
2,767 posts
resif:
how can i create a footer menu for elastic2 like on jamroom.net

You'll want to modify your footer.tpl and add in your list of links that you would like.

I believe we are just using an unordered list here on jamroom.net.

Example:
<ul>
    <li><a href="#">Link 1</a></li>
    etc....
</ul>

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos

Tags