AllToolKits.com Posted October 7, 2015 Report Posted October 7, 2015 Please see the attached shot of a page of my plugin, i would like to add a bread crump . How to do it with the code? At the moment there is only a star present. My code is below <?php echo $this->Html->ifSet($message); $this->Widget->clear(); $this->Widget->setStyleSheet($this->view_dir . "css/styles.css"); $this->Widget->setTabs($tabs); $this->Widget->create("Create DID", true); $dirname = $this->base_uri."../plugins/"; ?> <div class="pad"> <div class="inner"> <section class="common_box" id="navigations_staff"> <div class="common_box_inner"> <table class="table navstaff"> Quote
0 Tyson Posted October 7, 2015 Report Posted October 7, 2015 What star? Are you referring to the sub navigation in the admin interface? That's not a bread crumb, but rather a set of sub navigation links. You set those in your plugin through plugin actions (i.e. the nav_secondary_staff action). If you indeed want bread crumbs, I would suggest taking a look at how the Support Manager knowledgebase builds its bread crumb links. Michael 1 Quote
Question
AllToolKits.com
Please see the attached shot of a page of my plugin, i would like to add a bread crump .
How to do it with the code?
At the moment there is only a star present.
My code is below
1 answer to this question
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.