AC_4897, AC_4898, AC_4899: Multifile uploader fixes.
[acontent.git] / include / handbook_pages.inc.php
1 <?php\r
2 /************************************************************************/\r
3 /* AContent                                                             */\r
4 /************************************************************************/\r
5 /* Copyright (c) 2010                                                   */\r
6 /* Inclusive Design Institute                                           */\r
7 /*                                                                      */\r
8 /* This program is free software. You can redistribute it and/or        */\r
9 /* modify it under the terms of the GNU General Public License          */\r
10 /* as published by the Free Software Foundation.                        */\r
11 /************************************************************************/\r
12 \r
13 $handbook_pages = array(\r
14                 'home/index.php',\r
15                'register.php',\r
16                'login.php',\r
17                'password_reminder.php',\r
18                'profile/index.php' =>   array(\r
19                                         'profile/change_password.php',\r
20                                         'profile/change_email.php'\r
21                                         ),\r
22                'user/index.php' =>      array(\r
23                                         'user/user_create_edit.php',\r
24                                         'user/user_password.php',\r
25                                         'user/user_group.php',\r
26                                         'user/user_group_create_edit.php'   \r
27                                         ),\r
28                 'home/create_course.php' => array('home/course/course_property.php'),\r
29                 'tests/index.php' => array('tests/create_test.php',\r
30                                            'tests/edit_test.php',\r
31                                            'tests/questions.php',\r
32                                            'tests/question_db.php',\r
33                                            'tests/question_cats.php'),\r
34 \r
35                 'home/editor/edit_content.php' => array('home/editor/edit_content_folder.php',\r
36                                           'home/editor/arrange_content.php',\r
37                                           'home/editor/import_export_content.php',\r
38                                           'home/editor/delete_content.php',\r
39                                           'file_manager/index.php'),\r
40                'language/index.php' =>  array(\r
41                                         'language/language_add_edit.php'\r
42                                         ),\r
43                'translation/index.php' => array(),\r
44 \r
45                'updater/index.php' => array('updater/patch_create.php')\r
46 );\r
47 \r
48 ?>\r