Skip to content

Instantly share code, notes, and snippets.

@pedroelsner
Created August 26, 2012 16:47
Show Gist options
  • Save pedroelsner/3481591 to your computer and use it in GitHub Desktop.
Save pedroelsner/3481591 to your computer and use it in GitHub Desktop.
#1 - Full Breadcrumb
<?php
show_full_breadcrumb(
array(
'separator' => array(
'content' => '&raquo;'
),
'home' => array(
'showLink' => false
)
)
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment