Jump to content

Question

Posted

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">

 

 

1 answer to this question

Recommended Posts

  • 0
Posted

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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...