SproutCMS

This is the code documentation for the SproutCMS project

function breadcrumb()

Renders breadcrumbs for the current page

Usage

string Navigation::breadcrumb ( [ string $seperator_front [, array $post_crumbs [, string $seperator_back ]]] );

Arguments

  1. string $seperator_front = »
    The separator to use. Defaults to ' >> '
  2. array $post_crumbs = NULL
    Additional crumbs to add after the navigation ones. Should be in the format url => label
  3. string $seperator_back = ''
    The separator for the closing tag, if needed.

Return value

  • string
    HTML