RPS Posted February 16, 2008 Share Posted February 16, 2008 The header.tpl template is where the breadcrumb is displayed. By default, WHMCS hard codes the divider into the breadcrumb display. You can change this with the following: Replace {$breadcrumbnav} With {$breadcrumbnav|replace:' > ':' another divider '} Change "another divider" to the divider you would like to use. Here's what I'm using now: {$breadcrumbnav|replace:' > ':' <img src="/images/arrow.gif" /> '} This changes the ">" to an image. 0 Quote Link to comment Share on other sites More sharing options...
MikeDVB Posted February 17, 2008 Share Posted February 17, 2008 Very nice. Thank you. 0 Quote Link to comment Share on other sites More sharing options...
zomex Posted February 1, 2011 Share Posted February 1, 2011 I know this is an old thread but I just want to say thanks for this 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.