diff --git a/templates/ktcore/standard_page.smarty b/templates/ktcore/standard_page.smarty index ba529f0..0c9adfe 100644 --- a/templates/ktcore/standard_page.smarty +++ b/templates/ktcore/standard_page.smarty @@ -65,6 +65,18 @@ { assign var="cbgcolour" value="bgcolor=\"$cbgcolour\"" } { /if } + { if $breadcrumbs} + { foreach name=bc from=$breadcrumbs item=breadcrumb } + { if $smarty.foreach.bc.first } + {$breadcrumb.name} + { else } + {$breadcrumb.name} + { /if } + { if !$smarty.foreach.bc.last } + » + { /if } + { /foreach } + { /if } { foreach item=errorMessage from=$errormessages }

{$errorMessage}

{ /foreach }