From fca4df27d2d1c92086bd70be4407a732ef4aadc2 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sun, 3 Feb 2013 17:29:49 +0000 Subject: added 'home' class to first link in hierarchical breadcrumbs --- inc/template.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inc') diff --git a/inc/template.php b/inc/template.php index a8960fcc4..2c083c964 100644 --- a/inc/template.php +++ b/inc/template.php @@ -840,7 +840,9 @@ function tpl_youarehere($sep = ' ยป ') { echo ''.$lang['youarehere'].': '; // always print the startpage + echo ''; tpl_pagelink(':'.$conf['start']); + echo ''; // print intermediate namespace links $part = ''; -- cgit v1.2.3