Skip to content

Instantly share code, notes, and snippets.

@kongondo
Forked from somatonic/breadcrumbs.php
Created June 7, 2013 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kongondo/5728098 to your computer and use it in GitHub Desktop.
Save kongondo/5728098 to your computer and use it in GitHub Desktop.
PW breadcrumb code
foreach($page->parents as $p) echo "<a href='$p->url'>$p->title</a>";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment