I've googled and searched on the forum for quite sometime and can't seem to find the answer to my supposedly noob question.
How do I remove the footer navigation links? They don't seem to be in "Global Content > Footer"
Please help!
Footer Navigation help
Re: Footer Navigation help
Look in the template footer itself for the {menu} call...
-
- New Member
- Posts: 2
- Joined: Thu Mar 31, 2011 3:57 pm
Re: Footer Navigation help
This is in the template codes
I tried taking out the things in there and had no luck
EDIT:
Oh and i tried taking these out too
EDIT2:
Oh i found it....
Deleting this line : {menu loadprops=0}
seemed to work
Code: Select all
{* Start Footer. Edit the footer in the Global Content Block called "footer" *}
<div class="footback">
<div id="footer">
<div id="fooleft">
{menu loadprops=0}
</div>
<div id="footrt">
{global_content name='footer'}
</div>
<div class="clear"></div>
</div>
</div>
{* End Footer *}
EDIT:
Oh and i tried taking these out too
Code: Select all
{* stylesheet "Navigation: FatFootMenu" *}
</div>
{* end pagewrapper *}
Oh i found it....
Deleting this line : {menu loadprops=0}
seemed to work
