update admin handbook pages
authorGreg Gay <info@atutor.ca>
Fri, 18 Jun 2010 12:39:18 +0000 (12:39 -0000)
committerGreg Gay <info@atutor.ca>
Fri, 18 Jun 2010 12:39:18 +0000 (12:39 -0000)
docs/include/handbook_pages.inc.php

index 6d228d1..4ce2af4 100644 (file)
 /************************************************************************/\r
 \r
 $handbook_pages = array(\r
+               'home/index.php',\r
                'register.php',\r
                'login.php',\r
                'password_reminder.php',\r
+               'profile/index.php' =>   array(\r
+                                        'profile/change_password.php',\r
+                                        'profile/change_email.php'\r
+                                        ),\r
                'user/index.php' =>      array(\r
                                         'user/user_create_edit.php',\r
                                         'user/user_password.php',\r
                                         'user/user_group.php',\r
                                         'user/user_group_create_edit.php'   \r
                                         ),\r
+               'home/create_course.php' => array('home/course/course_property.php'),\r
+               'tests/index.php' => array('tests/create_test.php',\r
+                                          'tests/edit_test.php',\r
+                                          'tests/questions.php',\r
+                                          'tests/question_db.php',\r
+                                          'tests/question_cats.php'),\r
+\r
+               'home/editor/edit_content.php' => array('home/editor/edit_content_folder.php',\r
+                                         'home/editor/arrange_content.php',\r
+                                         'home/editor/import_export_content.php',\r
+                                         'home/editor/delete_content.php',\r
+                                         'file_manager/index.php'),\r
                'language/index.php' =>  array(\r
                                         'language/language_add_edit.php'\r
                                         ),\r
                'translation/index.php' => array(),\r
-               'profile/index.php' =>   array(\r
-                                        'profile/change_password.php',\r
-                                        'profile/change_email.php'\r
-                                        ),\r
+\r
                'updater/index.php' => array('updater/patch_create.php')\r
 );\r
 \r