Breadcrumbs

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.