Skip to content
Snippets Groups Projects
Commit ddee150f authored by Falko Timme's avatar Falko Timme
Browse files

- Changed order of "Manage Sections" and "Manage Questions" in the FAQ (Help module).

parent 6d826cf0
No related branches found
No related tags found
No related merge requests found
......@@ -51,12 +51,12 @@ $module['nav'][] = array( 'title' => 'Support',
$itemsfaq = array();
//* admin's tools
if($_SESSION['s']['user']['typ'] == 'admin') {
$itemsfaq[] = array( 'title' => 'Manage Questions',
'target' => 'content',
'link' => 'help/faq_manage_questions_list.php');
$itemsfaq[] = array( 'title' => 'Manage Sections',
'target' => 'content',
'link' => 'help/faq_sections_list.php');
$itemsfaq[] = array( 'title' => 'Manage Questions',
'target' => 'content',
'link' => 'help/faq_manage_questions_list.php');
$module['nav'][] = array( 'title' => 'FAQ',
'open' => 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment