From 1b6f3a44911fa2894c9318857e36c705abf0b5cb Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Mon, 13 Aug 2007 21:09:12 +0200 Subject: span added to breadcrumbs label darcs-hash:20070813190912-7ad00-b2677372876f395da890ba5a86050343bea249f2.gz --- inc/template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/template.php b/inc/template.php index 1d812cab3..a02493994 100644 --- a/inc/template.php +++ b/inc/template.php @@ -745,7 +745,7 @@ function tpl_breadcrumbs($sep='»'){ } //render crumbs, highlight the last one - print $lang['breadcrumb'].':'; + print ''.$lang['breadcrumb'].':'; $last = count($crumbs); $i = 0; foreach ($crumbs as $id => $name){ @@ -781,7 +781,7 @@ function tpl_youarehere($sep=' » '){ $parts = explode(':', $ID); $count = count($parts); - echo $lang['youarehere'].': '; + echo ''.$lang['youarehere'].': '; // always print the startpage $title = p_get_first_heading($conf['start']); -- cgit v1.2.3