function theme_blockify_breadcrumb in Blockify 8
Same name and namespace in other branches
- 6 blockify.theme.inc \theme_blockify_breadcrumb()
 - 7 blockify.theme.inc \theme_blockify_breadcrumb()
 
Returns the rendered breadcrumb.
1 theme call to theme_blockify_breadcrumb()
- blockify_get_content in ./
blockify.module  - Provides individual block content.
 
File
- ./
blockify.theme.inc, line 101  - Theme functions for the Blockify module.
 
Code
function theme_blockify_breadcrumb($variables) {
  return theme('breadcrumb', $variables);
}