diff options
-rw-r--r-- | themes/garland/template.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/themes/garland/template.php b/themes/garland/template.php index 1b144f121..416a43a8d 100644 --- a/themes/garland/template.php +++ b/themes/garland/template.php @@ -1,11 +1,7 @@ <?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']; |