File tree Expand file tree Collapse file tree 4 files changed +17
-25
lines changed Expand file tree Collapse file tree 4 files changed +17
-25
lines changed Original file line number Diff line number Diff line change 50
50
51
51
echo $ content ;
52
52
53
- site_footer (
54
- [
55
- "atom " => "/feed.atom " ,
56
- "elephpants " => true ,
57
- "sidebar " => $ panels ,
58
- ]
59
- );
53
+ site_footer ([
54
+ "atom " => "/feed.atom " ,
55
+ "elephpants " => true ,
56
+ "sidebar " => $ panels ,
57
+ ]);
Original file line number Diff line number Diff line change 35
35
36
36
<?php
37
37
// Print the common footer.
38
- site_footer (
39
- [
40
- 'elephpants ' => true
41
- ]
42
- );
38
+ site_footer ([
39
+ 'elephpants ' => true
40
+ ]);
Original file line number Diff line number Diff line change 225
225
SIDEBAR_DATA ;
226
226
227
227
// Print the common footer.
228
- site_footer (
229
- [
230
- "atom " => "/feed.atom " , // Add a link to the feed at the bottom
231
- 'elephpants ' => true ,
232
- 'sidebar ' => $ SIDEBAR
233
- ]
234
- );
228
+ site_footer ([
229
+ "atom " => "/feed.atom " , // Add a link to the feed at the bottom
230
+ 'elephpants ' => true ,
231
+ 'sidebar ' => $ SIDEBAR
232
+ ]);
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ interface to it. There you can browse the history (and latest versions) of the
189
189
<h2 id="windows" class="content-header"><a href="https://windows.php.net/">windows.php.net</a>: PHP for Windows</h2>
190
190
191
191
<p class="content-box">
192
- This site is dedicated to supporting PHP on Microsoft Windows.
192
+ This site is dedicated to supporting PHP on Microsoft Windows.
193
193
It also supports ports of PHP extensions or features as well as providing special builds for the various Windows architectures.
194
194
</p>
195
195
@@ -222,8 +222,6 @@ interface to it. There you can browse the history (and latest versions) of the
222
222
SIDEBAR_DATA ;
223
223
224
224
// Print the common footer.
225
- site_footer (
226
- [
227
- 'sidebar ' => $ SIDEBAR
228
- ]
229
- );
225
+ site_footer ([
226
+ 'sidebar ' => $ SIDEBAR
227
+ ]);
You can’t perform that action at this time.
0 commit comments