Jump to content

Remove breadcrumbs on root index page only


Redactuk

Recommended Posts

What I want to do is ONLY not display breadcrumbs on the root support/index page.

 

I've searched various topics relating to manipulating the breadcrumbs and I can see how I might effectively blank it out with

 

{$breadcrumbnav|replace:'Support':''}

 

but of course i need to make this conditional to being on the index page only. Any ideas?

 

Thanks

Link to comment
Share on other sites

This is what I use

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

{else}

<h1>{$pagetitle}</h1>

<p class="breadcrumb">{$breadcrumbnav|replace:' > ':' » '}</p>

{/if}

if you have whmcs in a subdirectory then change the file name

eg... '/whmcs/index.php'

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