Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
0a3bf3f9
Commit
0a3bf3f9
authored
May 12, 2015
by
Lukas Reschke
Browse files
Use active instead of non existing pressed
Fixes
https://github.com/owncloud/core/issues/16083
parent
b11c0c53
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings/help.php
View file @
0a3bf3f9
...
...
@@ -36,10 +36,10 @@ OC_App::setActiveNavigationEntry( "help" );
if
(
isset
(
$_GET
[
'mode'
])
and
$_GET
[
'mode'
]
===
'admin'
)
{
$url
=
OC_Helper
::
linkToAbsolute
(
'core'
,
'doc/admin/index.html'
);
$style1
=
''
;
$style2
=
'
pressed
'
;
$style2
=
'
active
'
;
}
else
{
$url
=
OC_Helper
::
linkToAbsolute
(
'core'
,
'doc/user/index.html'
);
$style1
=
'
pressed
'
;
$style1
=
'
active
'
;
$style2
=
''
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment