New display options for advanced search page
This commit is contained in:
parent
5e5f48a090
commit
78a3d9a6f2
6 changed files with 32 additions and 8 deletions
|
@ -377,7 +377,7 @@ function zuitedesk_breadcrumb($breadcrumb) {
|
|||
return '';
|
||||
}
|
||||
// No breadcrumb in home page and others:
|
||||
if (in_array(arg(0), array('user', 'ideas'))) {
|
||||
if (in_array(arg(0), array('user', 'search', 'ideas'))) {
|
||||
return '';
|
||||
}
|
||||
// No breadcrumb if it's only one link to home page:
|
||||
|
|
Reference in a new issue