Page 1 of 1
Footer Navigation help
Posted: Thu Mar 31, 2011 4:00 pm
by HybridHalogen
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!
Re: Footer Navigation help
Posted: Thu Mar 31, 2011 4:46 pm
by Dr.CSS
Look in the template footer itself for the {menu} call...
Re: Footer Navigation help
Posted: Thu Mar 31, 2011 5:07 pm
by HybridHalogen
This is in the template codes
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 *}
I tried taking out the things in there and had no luck
EDIT:
Oh and i tried taking these out too
Code: Select all
{* stylesheet "Navigation: FatFootMenu" *}
</div>
{* end pagewrapper *}
EDIT2:
Oh i found it....
Deleting this line : {menu loadprops=0}
seemed to work
