Skip to content

Commit 1c6ec12

Browse files
committed
Update the order of Contributors section
1 parent 6c96bcf commit 1c6ec12

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

app/Views/contribute.php

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -167,36 +167,36 @@
167167
<div class="clr"></div>
168168

169169
<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>
171171

172-
<?= $this->setData(['heroes' => $contributors['framework3']])->include('layouts/_heroes') ?>
172+
<?= $this->setData(['heroes' => $contributors['framework4']])->include('layouts/_heroes') ?>
173173

174174
</div><!--inner-page-text-sub-box ends here-->
175175

176176
<div class="clr"></div>
177177

178178
<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>
180180

181-
<?= $this->setData(['heroes' => $contributors['translations3']])->include('layouts/_heroes') ?>
181+
<?= $this->setData(['heroes' => $contributors['translations4']])->include('layouts/_heroes') ?>
182182

183183
</div><!--inner-page-text-sub-box ends here-->
184184

185185
<div class="clr"></div>
186186

187187
<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>
189189

190-
<?= $this->setData(['heroes' => $contributors['framework4']])->include('layouts/_heroes') ?>
190+
<?= $this->setData(['heroes' => $contributors['framework3']])->include('layouts/_heroes') ?>
191191

192192
</div><!--inner-page-text-sub-box ends here-->
193193

194194
<div class="clr"></div>
195195

196196
<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>
198198

199-
<?= $this->setData(['heroes' => $contributors['translations4']])->include('layouts/_heroes') ?>
199+
<?= $this->setData(['heroes' => $contributors['translations3']])->include('layouts/_heroes') ?>
200200

201201
</div><!--inner-page-text-sub-box ends here-->
202202

@@ -205,18 +205,18 @@
205205
<div class="clr"></div>
206206

207207
<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>
209209

210-
<?= $this->setData(['heroes' => $contributors['website3']])->include('layouts/_heroes') ?>
210+
<?= $this->setData(['heroes' => $contributors['website4']])->include('layouts/_heroes') ?>
211211

212212
</div><!--inner-page-text-sub-box ends here-->
213213

214214
<div class="clr"></div>
215215

216216
<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>
218218

219-
<?= $this->setData(['heroes' => $contributors['website4']])->include('layouts/_heroes') ?>
219+
<?= $this->setData(['heroes' => $contributors['website3']])->include('layouts/_heroes') ?>
220220

221221
</div><!--inner-page-text-sub-box ends here-->
222222

0 commit comments

Comments
 (0)