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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...