-
Notifications
You must be signed in to change notification settings - Fork 1
/
navigation.php
234 lines (233 loc) · 6.94 KB
/
navigation.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<?php
return [
'about' => [
'title' => 'About',
'url' => '/about-whs',
'children' => [
[
'title' => "Principal's Message",
'url' => '/about-whs/principals-message'
],
[
'title' => 'About WHS',
'url' => '/about-whs/about-whs'
],
[
'title' => 'Facilities',
'url' => '/about-whs/facilities'
],
[
'title' => 'Houses',
'url' => '/about-whs/houses'
],
[
'title' => 'Head Prefects',
'url' => '/about-whs/head-prefects'
],
[
'title' => 'Staff',
'url' => '/about-whs/staff'
],
[
'title' => 'WHS History',
'url' => '/about-whs/history'
],
[
'title' => 'WHS Board',
'url' => '/about-whs/board-of-trustees'
],
[
'title' => 'ERO Report',
'url' => '/about-whs/ero-report'
],
[
'title' => 'The Record',
'url' => '/about-whs/the-record'
],
[
'title' => 'Working at WHS',
'url' => '/about-whs/working-at-whs'
],
],
],
'news_and_events' => [
'title' => 'News and Events',
'url' => '/news-and-events',
'children' => [
[
'title' => 'School Newsletters',
'url' => '/news-and-events/school-newsletters'
],
[
'title' => 'News',
'url' => '/news-and-events/news'
],
[
'title' => 'Upcoming Events',
'url' => '/news-and-events/upcoming-events'
],
[
'title' => 'Career and Vocational',
'url' => '/news-and-events/careers-and-vocational'
],
[
'title' => 'Achievers List',
'url' => '/news-and-events/achievers-list'
],
[
'title' => 'Honours Board',
'url' => '/news-and-events/honours-board'
],
[
'title' => 'Prizegiving',
'url' => '/news-and-events/prizegiving'
],
],
],
'curriculum' => [
'title' => 'Curriculum',
'url' => '/curriculum',
'children' => [
[
'title' => 'Course Requirements',
'url' => '/curriculum/course-requirements'
],
[
'title' => 'Curriculum Structure',
'url' => '/curriculum/curriculum-structure'
],
[
'title' => 'Course Selections',
'url' => '/curriculum/course-options'
],
[
'title' => 'Faculties',
'url' => '/curriculum/faculties'
],
[
'title' => 'Vocational Pathways',
'url' => '/curriculum/vocational-pathways'
],
[
'title' => 'Tertiary Providers',
'url' => '/curriculum/tertiary-providers'
],
[
'title' => 'Extracurricular',
'url' => '/curriculum/extracurricular'
],
[
'title' => 'Performing Arts',
'url' => '/curriculum/extracurricular/performing-arts'
],
[
'title' => 'Sport',
'url' => '/curriculum/extracurricular/sport'
],
],
],
'for_parents' => [
'title' => 'School Information',
'url' => '/info-for-parents',
'children' => [
[
'title' => 'Enrolments',
'url' => '/info-for-parents/enrolments'
],
[
'title' => 'BYOT',
'url' => '/info-for-parents/byot'
],
[
'title' => 'Uniform',
'url' => '/info-for-parents/uniform'
],
[
'title' => 'Term Dates',
'url' => '/info-for-parents/term-dates'
],
[
'title' => 'Stationery Lists',
'url' => '/info-for-parents/stationery-lists'
],
[
'title' => 'Bell Times',
'url' => '/info-for-parents/bell-times'
],
[
'title' => 'School Policies',
'url' => '/info-for-parents/policies'
],
[
'title' => 'Strategic Plan',
'url' => '/info-for-parents/strategic-plan'
],
[
'title' => 'Annual Implementation Plan',
'url' => '/info-for-parents/annual-implementation-plan'
],
[
'title' => 'Annual Report - Financial Statements',
'url' => '/info-for-parents/annual-report-financial-statements/'
],
[
'title' => 'Graduate Student Profile',
'url' => '/info-for-parents/graduate-student-profile'
],
[
'title' => 'Edith Wheal Scholarship',
'url' => '/info-for-parents/edith-wheal-scholarship'
],
// [
// 'title' => 'Scholarship Opportunities',
// 'url' => '/info-for-parents/scholarships'
// ],
[
'title' => 'Guide to NCEA',
'url' => '/info-for-parents/guide-to-ncea'
],
],
],
'international' => [
'title' => 'International',
'url' => '/international',
'children' => [
[
'title' => 'Fees and Accommodation',
'url' => '/international/fees-and-accommodation'
],
[
'title' => 'Student Experiences',
'url' => '/international/student-experiences'
],
[
'title' => 'International Team',
'url' => '/international/team'
],
[
'title' => 'Contact Us',
'url' => '/international/contact-us'
],
],
],
// 'contact' => [
// 'title' => 'Contact Us',
// 'url' => '',
// 'children' => [],
// ],
// 'payments' => [
// 'title' => 'Payments',
// 'url' => '',
// 'children' => [],
// ],
// 'links' => [
// 'title' => 'Links',
// 'url' => '',
// 'children' => [],
// ],
// 'galleries' => [
// 'title' => 'Galleries',
// 'url' => '',
// 'children' => [],
// ]
];