4c7dc707ed315e945f54adca684a6ed6be7c88c6
[atutor.git] / docs / documentation / general / pages.inc.php
1 <?php
2         $_pages = array();
3     $_pages['introduction.php']                         = 'Introduction';
4     $_pages['login.php']                                        = 'Login';
5     $_pages['register.php']                                     = 'Register';
6     $_pages['browse_courses.php']                       = 'Browse Courses';
7     $_pages['password_reminder.php']            = 'Forgot Your Password';
8     $_pages['my_start_page.php']                        = 'My Start Page';
9     $_pages['my_courses.php']                           = 'My Courses';
10     $_pages['create_course.php']                        = 'Create Courses';
11     $_pages['profile.php']                                      = 'Profile';
12     $_pages['preferences.php']                          = 'Preferences';
13     $_pages['inbox.php']                                        = 'Inbox';
14         $_pages['inside_course.php']                    = 'Inside a Course';
15         $_pages['export_content.php']                   = 'Export Content';
16         $_pages['packages.php']                                 = 'Packages';
17         $_pages['tile.php']                                             = 'TILE Repository Search';
18         $_pages['file_storage.php']                             = 'File Storage';
19         $_pages['fs_new_file.php']                              = 'New/Edit File';
20     $_pages['my_network.php']                           = 'My Networking';
21     $_pages['my_contacts.php']                          = 'My Contacts';
22     $_pages['my_groups.php']                            = 'Network Groups';
23     $_pages['my_profile.php']                           = 'Network Profile';
24     $_pages['my_gadgets.php']                           = 'Gadgets';
25     $_pages['my_settings.php']                          = 'Social Settings';
26         $_pages['pa_index.php']                                 = 'Photo Gallery';
27         $_pages['pa_albums.php']                                = 'Albums';
28         $_pages['pa_photo.php']                                 = 'Photo';
29         $_pages['pa_comments.php']                              = 'Comments';
30         $_pages['assignment_dropbox.php']                               = 'Assignment Dropbox';
31
32 ?>