Skip to content
Snippets Groups Projects
Commit b142f095 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1429176 by Chi: Fixed Documentation for garland_breadcrumb() is out of date.

parent 8ec3a4d9
No related branches found
No related tags found
No related merge requests found
<?php
/**
* Return a themed breadcrumb trail.
*
* @param $breadcrumb
* An array containing the breadcrumb links.
* @return a string containing the breadcrumb output.
* Override of theme_breadcrumb().
*/
function garland_breadcrumb($variables) {
$breadcrumb = $variables['breadcrumb'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment