Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Breadcrumbs

hgtonighthgtonight ∞ · New Moderator

Anyone here add custom breadcrumbs with their custom pages?

Search first

Check out the Documentation! We are always looking for new content and pull requests.

Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

Comments

  • This is what I'm using in my custom page,

    $this->SetData('Breadcrumbs', array(
       array('Name' => T('Chat'), 'Url' => '/chat'),
    ));
    
Sign In or Register to comment.