|
167 | 167 | <div class="clr"></div> |
168 | 168 |
|
169 | 169 | <div class="inner-page-text-sub-box"> |
170 | | - <div class="inner-page-text-sub-box-title">CodeIgniter 3</div> |
| 170 | + <div class="inner-page-text-sub-box-title">CodeIgniter 4</div> |
171 | 171 |
|
172 | | - <?= $this->setData(['heroes' => $contributors['framework3']])->include('layouts/_heroes') ?> |
| 172 | + <?= $this->setData(['heroes' => $contributors['framework4']])->include('layouts/_heroes') ?> |
173 | 173 |
|
174 | 174 | </div><!--inner-page-text-sub-box ends here--> |
175 | 175 |
|
176 | 176 | <div class="clr"></div> |
177 | 177 |
|
178 | 178 | <div class="inner-page-text-sub-box"> |
179 | | - <div class="inner-page-text-sub-box-title">CodeIgniter 3 Translations</div> |
| 179 | + <div class="inner-page-text-sub-box-title">CodeIgniter 4 Translations</div> |
180 | 180 |
|
181 | | - <?= $this->setData(['heroes' => $contributors['translations3']])->include('layouts/_heroes') ?> |
| 181 | + <?= $this->setData(['heroes' => $contributors['translations4']])->include('layouts/_heroes') ?> |
182 | 182 |
|
183 | 183 | </div><!--inner-page-text-sub-box ends here--> |
184 | 184 |
|
185 | 185 | <div class="clr"></div> |
186 | 186 |
|
187 | 187 | <div class="inner-page-text-sub-box"> |
188 | | - <div class="inner-page-text-sub-box-title">CodeIgniter 4</div> |
| 188 | + <div class="inner-page-text-sub-box-title">CodeIgniter 3</div> |
189 | 189 |
|
190 | | - <?= $this->setData(['heroes' => $contributors['framework4']])->include('layouts/_heroes') ?> |
| 190 | + <?= $this->setData(['heroes' => $contributors['framework3']])->include('layouts/_heroes') ?> |
191 | 191 |
|
192 | 192 | </div><!--inner-page-text-sub-box ends here--> |
193 | 193 |
|
194 | 194 | <div class="clr"></div> |
195 | 195 |
|
196 | 196 | <div class="inner-page-text-sub-box"> |
197 | | - <div class="inner-page-text-sub-box-title">CodeIgniter 4 Translations</div> |
| 197 | + <div class="inner-page-text-sub-box-title">CodeIgniter 3 Translations</div> |
198 | 198 |
|
199 | | - <?= $this->setData(['heroes' => $contributors['translations4']])->include('layouts/_heroes') ?> |
| 199 | + <?= $this->setData(['heroes' => $contributors['translations3']])->include('layouts/_heroes') ?> |
200 | 200 |
|
201 | 201 | </div><!--inner-page-text-sub-box ends here--> |
202 | 202 |
|
|
205 | 205 | <div class="clr"></div> |
206 | 206 |
|
207 | 207 | <div class="inner-page-text-sub-box"> |
208 | | - <div class="inner-page-text-sub-box-title">our Original Website</div> |
| 208 | + <div class="inner-page-text-sub-box-title">our Website</div> |
209 | 209 |
|
210 | | - <?= $this->setData(['heroes' => $contributors['website3']])->include('layouts/_heroes') ?> |
| 210 | + <?= $this->setData(['heroes' => $contributors['website4']])->include('layouts/_heroes') ?> |
211 | 211 |
|
212 | 212 | </div><!--inner-page-text-sub-box ends here--> |
213 | 213 |
|
214 | 214 | <div class="clr"></div> |
215 | 215 |
|
216 | 216 | <div class="inner-page-text-sub-box"> |
217 | | - <div class="inner-page-text-sub-box-title">our Revised Website</div> |
| 217 | + <div class="inner-page-text-sub-box-title">our Old Website</div> |
218 | 218 |
|
219 | | - <?= $this->setData(['heroes' => $contributors['website4']])->include('layouts/_heroes') ?> |
| 219 | + <?= $this->setData(['heroes' => $contributors['website3']])->include('layouts/_heroes') ?> |
220 | 220 |
|
221 | 221 | </div><!--inner-page-text-sub-box ends here--> |
222 | 222 |
|
|
0 commit comments