Footer Navigation help

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
HybridHalogen
New Member
New Member
Posts: 2
Joined: Thu Mar 31, 2011 3:57 pm

Footer Navigation help

Post 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!
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Footer Navigation help

Post by Dr.CSS »

Look in the template footer itself for the {menu} call...
HybridHalogen
New Member
New Member
Posts: 2
Joined: Thu Mar 31, 2011 3:57 pm

Re: Footer Navigation help

Post 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 O0
Post Reply

Return to “CMSMS Core”