More accesibility improvements
This commit is contained in:
parent
b3f2e096e1
commit
2e117ffa26
5 changed files with 11 additions and 8 deletions
|
@ -373,8 +373,8 @@ function zuitedesk_breadcrumb($breadcrumb) {
|
|||
if (count($breadcrumb) == 0) {
|
||||
return '';
|
||||
}
|
||||
// No breadcrumb in home page and user tabs:
|
||||
if (arg(0) == 'user') {
|
||||
// No breadcrumb in home page and others:
|
||||
if (in_array(arg(0), array('user', 'ideas'))) {
|
||||
return '';
|
||||
}
|
||||
// No breadcrumb if it's only one link to home page:
|
||||
|
|
Reference in a new issue