More accesibility improvements

This commit is contained in:
Manuel Cillero 2017-09-01 08:02:53 +02:00
parent b3f2e096e1
commit 2e117ffa26
5 changed files with 11 additions and 8 deletions

View file

@ -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:

View file

@ -1,6 +1,6 @@
name = SuiteDesk Theme
description = SuiteDesk Theme Zen.
version = 0.2.48
version = 0.2.49
screenshot = screenshot.png