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:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name = SuiteDesk Theme
|
||||
description = SuiteDesk Theme Zen.
|
||||
version = 0.2.48
|
||||
version = 0.2.49
|
||||
|
||||
screenshot = screenshot.png
|
||||
|
||||
|
|
Reference in a new issue