diff options
author | Anika Henke <anika@selfthinker.org> | 2013-02-03 17:29:49 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2013-02-03 17:29:49 +0000 |
commit | fca4df27d2d1c92086bd70be4407a732ef4aadc2 (patch) | |
tree | f5976b8b3b7a7e1d3b544c14af37cb959030ebd1 | |
parent | 9b6dbaa93bc80eab541629cf6a0b468e46c9463f (diff) | |
download | rpg-fca4df27d2d1c92086bd70be4407a732ef4aadc2.tar.gz rpg-fca4df27d2d1c92086bd70be4407a732ef4aadc2.tar.bz2 |
added 'home' class to first link in hierarchical breadcrumbs
-rw-r--r-- | inc/template.php | 2 |
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 = ''; |