summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2011-02-06 19:16:47 +0100
committerAndreas Gohr <andi@splitbrain.org>2011-02-06 19:16:47 +0100
commita8a3aa33b73d21c50ce7aa202a6eff90a5ffc588 (patch)
treed0d3bba66ff9d708ced0e413d16db8f43cf8ef94
parent4f0030dd466f56b3dc0c864656fb1bf0e76d2932 (diff)
downloadrpg-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.
-rw-r--r--inc/template.php6
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=' &raquo; '){
$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