diff options
author | Andreas Gohr <andi@splitbrain.org> | 2011-02-06 19:16:47 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2011-02-06 19:16:47 +0100 |
commit | a8a3aa33b73d21c50ce7aa202a6eff90a5ffc588 (patch) | |
tree | d0d3bba66ff9d708ced0e413d16db8f43cf8ef94 /inc/template.php | |
parent | 4f0030dd466f56b3dc0c864656fb1bf0e76d2932 (diff) | |
download | rpg-a8a3aa33b73d21c50ce7aa202a6eff90a5ffc588.tar.gz rpg-a8a3aa33b73d21c50ce7aa202a6eff90a5ffc588.tar.bz2 |
make hierarchical breadcrumb consistent on search FS#2078
A search equivalent to a new ID so it should show up in the bread
crumbs.
Diffstat (limited to 'inc/template.php')
-rw-r--r-- | inc/template.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/inc/template.php b/inc/template.php index 828f64c85..7ac3437fb 100644 --- a/inc/template.php +++ b/inc/template.php @@ -739,12 +739,6 @@ function tpl_youarehere($sep=' » '){ $parts = explode(':', $ID); $count = count($parts); - if($GLOBALS['ACT'] == 'search') - { - $parts = array($conf['start']); - $count = 1; - } - echo '<span class="bchead">'.$lang['youarehere'].': </span>'; // always print the startpage |