dotnetrix Posted July 2, 2010 Share Posted July 2, 2010 I am trying to remove the knowledge base article title from the breadcrumb without success, my code currently looks like {php} $breadcrumb = $this->get_template_vars('breadcrumbnav'); $breadcrumb = str_replace(' {$kbarticle.title} ', '', $breadcrumb); $this->assign('breadcrumbnav', $breadcrumb); {/php} Any ideas would be welcome. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.