We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f318b9b commit a6d8ffdCopy full SHA for a6d8ffd
interface/web/help/lib/module.conf.php
@@ -65,8 +65,7 @@
65
'open' => 1,
66
'items' => $itemsfaq);
67
}
68
-else
69
- { //* the user
+else { //* the user
70
$sql = "SELECT * FROM help_faq_sections";
71
$res = $app->db->queryAllRecords($sql);
72
//* all the content sections
@@ -80,7 +79,7 @@
80
79
$module['nav'][] = array( 'title' => 'FAQ',
81
82
83
- }
+ }
84
85
//* -- end of the FAQ menu section
86
@@ -101,9 +100,5 @@
101
100
$module['nav'][] = array( 'title' => 'About ISPConfig',
102
103
'items' => $items);
104
-
105
106
107
108
109
?>
0 commit comments