carltonsent Posted April 29, 2012 Share Posted April 29, 2012 I'm making some custom pages and cant figure out how to display the breadcrumbnav. I'm using the code copied from WHMCS to create a new page, created the template .tpl but don't see how to get the breadcrumbnav to display. I'm using the code from here to create the newpage.php: http://docs.whmcs.com/Creating_Pages and then I have this in the begenning of the .tpl file: {include file="$template/pageheader.tpl" title=$LANG.titleof page desc=$LANG.descripofpage} {is this where I call breadcrumbs and if yes how?} This is my content In the .php page I see where it has code for breadcrumbnav but cant find the code to show it: initialiseClientArea($pagetitle,'',$breadcrumbnav); Thanks in advance for all your help!;-) Chad 0 Quote Link to comment Share on other sites More sharing options...
carltonsent Posted April 29, 2012 Author Share Posted April 29, 2012 Ah I found it... you just have to add <p>{$breadcrumbnav}</p> where yo want it to show. I couldn't find it in {debug} mode but found it by looking at other .tpl files 0 Quote Link to comment Share on other sites More sharing options...
durangod Posted April 29, 2012 Share Posted April 29, 2012 good yeah i saw it in header and reminded me of your question and was on my way to tell ya <p class="breadcrumb">{$breadcrumbnav}</p> glad you found it. 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.