diff options
Diffstat (limited to 'inc')
-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 |