0ae74be9d2b63d8a31838a1b6b2fc2f13140984d
[atutor.git] / docs / documentation / admin / pages.inc.php
1 <?php
2 // the order matters, b/c it what generates the prev/next links
3         $_pages = array();
4         $_pages['introduction.php']                  = 'Introduction';
5         $_pages['installation.php']                  = 'Installation';
6         $_pages['requirements_recommendations.php']  = 'Requirements &amp; Recommendations';
7         $_pages['new_installation.php']              = 'New Installation';
8         $_pages['upgrading.php']                     = 'Upgrading an Installation';
9         $_pages['configuration.php']                 = 'Administrator Home';
10         $_pages['my_account.php']                    = 'My Account';
11         $_pages['system_preferences.php']            = 'System Preferences';
12         $_pages['default_preferences.php']                       = 'Default Preferences';
13         $_pages['languages.php']                     = 'Languages';
14         $_pages['themes.php']                        = 'Themes';
15         $_pages['importing_themes.php']              = 'Importing/Exporting Themes';
16         $_pages['managing_existing_themes.php']          = 'Managing Existing Themes';
17         $_pages['creating_themes.php']               = 'Creating Themes';
18         $_pages['error_logging.php']                 = 'Error Logging';
19         $_pages['feeds.php']                                             = 'News Feeds';
20         $_pages['google_key.php']                                        = 'Google Key';
21         $_pages['cron_setup.php']                                        = 'Cron Set-up';
22         $_pages['enrollment.php']                    = 'Enrollment';
23         $_pages['enrollment_privileges.php']         = 'Privileges';
24         $_pages['users.php']                         = 'Users';
25         $_pages['instructor_requests.php']           = 'Instructor Requests';
26         $_pages['master_student_list.php']           = 'Master Student List';
27         $_pages['email_users.php']                   = 'Email Users';
28         $_pages['administrators.php']                = 'Administrators';
29         $_pages['courses.php']                       = 'Courses';
30         $_pages['creating_courses.php']              = 'Creating Courses';
31         $_pages['default_student_tools.php']         = 'Default Course Tools';
32         $_pages['default_side_menu.php']             = 'Default Side Menu';
33         $_pages['backups.php']                       = 'Backups';
34         $_pages['forums.php']                        = 'Forums';
35         $_pages['auto_enroll.php']                        = 'Auto-Enrolment';
36         $_pages['categories.php']                    = 'Course Categories';
37         $_pages['modules.php']                       = 'Modules';
38         $_pages['patcher.php']                       = 'Patcher';
39         $_pages['create_patches.php']                = 'Create Patches';
40         $_pages['troubleshooting.php']               = 'Troubleshooting';
41         $_pages['basiclti_external_tools.php']       = 'External Tools';
42 ?>