Jump to content

Removing left hand navigation


thryciuk

Recommended Posts

Hi,

 

I would like to remove the left hand navigation of home,Announcements,downloads etc, the client login and search on the left hand navigation on my custom pages.

 

Could someone point me in the right direction as to what i put in the header.tpl file.

 

Ex. hompage.php using home.tpl as I made those pages but I do not want the navigation to show on the left on that page.

 

Thanks in advance for your help!

 

Trevor

Link to comment
Share on other sites

To get rid of the left navigation all together just use the default templates

 

To not display the left nav on a specific page/s put the nav section in an if statement

eg.. for the cart pages

{if $smarty.server.PHP_SELF != '/cart.php'}

YOUR NAVIGATION CODE HERE

{/if}

Is that what you were after?
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated