10.30 php saved
NickABusey
Tags add more
Basic and Bread Crumbs  
Note
This is very basic. You probably want to make the echo's links, and add a few more if statements, but it's the general Bread Crumb idea.
  1. echo $this->controller->name." - " $this->controller->action->;
  2. if(isset($this->controller->params['pass'][0]))
  3.  echo $this->controller->params['pass'0];
Parsed in 0.018 seconds, using GeSHi 1.0.7.14

Modify this Paste