Welcome Guest, Not a member yet? Register   Sign In
Breadcrumb helper or breadcrumb mode?
#6

[eluser]JoostV[/eluser]
Right, you add breadcrumbs in the controller and such. You can add them to your view like so (assuming you loaded the breadcrumbs library and html helper)
Code:
$breadcrumbs = $this->breadcrumbs->getBreadcrumbs();
if (count($breadcrumbs)) {
    echo ol($breadcrumbs, array('class' => 'breadcrumb'));
}


Messages In This Thread
Breadcrumb helper or breadcrumb mode? - by El Forum - 11-12-2012, 12:25 AM
Breadcrumb helper or breadcrumb mode? - by El Forum - 11-12-2012, 03:34 PM
Breadcrumb helper or breadcrumb mode? - by El Forum - 06-13-2014, 05:25 AM
Breadcrumb helper or breadcrumb mode? - by El Forum - 06-16-2014, 02:27 AM
Breadcrumb helper or breadcrumb mode? - by El Forum - 06-16-2014, 04:13 AM
Breadcrumb helper or breadcrumb mode? - by El Forum - 06-16-2014, 06:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB