Skip to content

Instantly share code, notes, and snippets.

View formmailer's full-sized avatar

Jasper Metselaar formmailer

  • Falun, Sweden
View GitHub Profile
@formmailer
formmailer / breadcrumbs.php
Created November 15, 2011 08:44
This is a general way to create breadcrumbs for ProcessWire pages. It retreives in an array all the parents and will walk through the array to display the title and URL of the parents. The last echo returns the title of the current page, without a link.
<?
/*Breadcrumbs
=====================
This is a general way to create breadcrumbs for ProcessWire pages.
It retreives in an array all the parents and will walk through the array to display the title and URL of the parents.
The last echo returns the title of the current page, without a link.
=====================*/
?>
<div id="breadcrumbs">