Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
advanced_help
Commits
5134cc4a
Commit
5134cc4a
authored
May 30, 2008
by
merlinofchaos
Browse files
Navigation links needed sorting
parent
49f4b4fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
advanced_help.module
View file @
5134cc4a
...
...
@@ -516,6 +516,7 @@ function advanced_help_view_topic($module, $topic, $popup = FALSE) {
list
(
$parent_module
,
$parent_topic
)
=
$topics
[
$module
][
$topic
][
'_parent'
];
$siblings
=
$topics
[
$parent_module
][
$parent_topic
][
'children'
];
uasort
(
$siblings
,
'advanced_help_uasort'
);
$prev
=
$next
=
NULL
;
$found
=
FALSE
;
foreach
(
$siblings
as
$sibling
)
{
...
...
help.css
View file @
5134cc4a
...
...
@@ -17,7 +17,7 @@
}
.help-box
{
margin
:
.
2
em
;
margin
:
.
5
em
;
}
.help-navigation
{
...
...
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