summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2013-02-03 17:29:49 +0000
committerAnika Henke <anika@selfthinker.org>2013-02-03 17:29:49 +0000
commitfca4df27d2d1c92086bd70be4407a732ef4aadc2 (patch)
treef5976b8b3b7a7e1d3b544c14af37cb959030ebd1 /inc
parent9b6dbaa93bc80eab541629cf6a0b468e46c9463f (diff)
downloadrpg-fca4df27d2d1c92086bd70be4407a732ef4aadc2.tar.gz
rpg-fca4df27d2d1c92086bd70be4407a732ef4aadc2.tar.bz2
added 'home' class to first link in hierarchical breadcrumbs
Diffstat (limited to 'inc')
-rw-r--r--inc/template.php2
1 files changed, 2 insertions, 0 deletions
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 '<span class="bchead">'.$lang['youarehere'].': </span>';
// always print the startpage
+ echo '<span class="home">';
tpl_pagelink(':'.$conf['start']);
+ echo '</span>';
// print intermediate namespace links
$part = '';