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
9c6649f4
Commit
9c6649f4
authored
Mar 26, 2015
by
Thomas Müller
Browse files
Merge pull request #15228 from owncloud/add-missing-navigation-for-tips-n-tricks
Add navigation entry for tips and tricks setion
parents
b95139e5
cd09b949
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings/admin.php
View file @
9c6649f4
...
...
@@ -144,6 +144,7 @@ $formsAndMore[] = array('anchor' => 'backgroundjobs', 'section-name' => $l->t('C
$formsAndMore
[]
=
array
(
'anchor'
=>
'shareAPI'
,
'section-name'
=>
$l
->
t
(
'Sharing'
));
$formsAndMore
[]
=
array
(
'anchor'
=>
'mail_general_settings'
,
'section-name'
=>
$l
->
t
(
'Email Server'
));
$formsAndMore
[]
=
array
(
'anchor'
=>
'log-section'
,
'section-name'
=>
$l
->
t
(
'Log'
));
$formsAndMore
[]
=
array
(
'anchor'
=>
'admin-tips'
,
'section-name'
=>
$l
->
t
(
'Tips & tricks'
));
$template
->
assign
(
'forms'
,
$formsAndMore
);
...
...
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