filip
2010-10-04 1b9dcca62389ec5e62d0d8825da5873eafb59762
interface/web/help/lib/module.conf.php
@@ -46,13 +46,15 @@
$itemsfaq = array();
//* admin's tools
if($_SESSION['s']['user']['typ'] == 'admin') {
   $itemsfaq[] = array(    'title'      => 'Add a Question & Answer Pair',
   $itemsfaq[] = array(    'title'      => 'Manage Questions',
                     'target'   => 'content',
                     'link'      => 'help/faq_edit.php');
                     'link'      => 'help/faq_manage_questions_list.php');
   $itemsfaq[] = array(    'title'      => 'Manage Sections',
                     'target'   => 'content',
                     'link'      => 'help/faq_sections_list.php');
}
else
{ //* the user
$sql = "SELECT * FROM help_faq_sections";
$res = $app->db->queryAllRecords($sql);
//* all the content sections
@@ -63,6 +65,7 @@
                        'link'      => 'help/faq_list.php?hfs_id='.$v['hfs_id']);
   }
}
}
$module['nav'][] = array(    'title'   => 'FAQ',
                     'open'   => 1,