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
127b0d9e
Commit
127b0d9e
authored
May 12, 2015
by
Jan-Christoph Borchardt
Browse files
Merge pull request #16271 from owncloud/use-active
Use active instead of non existing pressed
parents
fbe4b77c
0a3bf3f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings/help.php
View file @
127b0d9e
...
...
@@ -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