help.inc.php
Table of Contents
Functions
-
echo_nav()
: void
-
echo_content()
: void
-
echo_subsection()
: void
-
echo_menu()
: void
-
get_numbering()
: string
echo_nav()
echo_nav(int $topic_id) : void
Parameters
-
$topic_id
: int
-
echo_content()
echo_content(int $topic_id) : void
Parameters
-
$topic_id
: int
-
echo_subsection()
echo_subsection(int $topic_id) : void
Parameters
-
$topic_id
: int
-
echo_menu(int $topic_id) : void
Parameters
-
$topic_id
: int
-
get_numbering()
get_numbering(int $topic_id) : string
Parameters
-
$topic_id
: int
-