This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
topisto
/
www
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
limiter aux articles commençant par "20"
develop
MEUNIER Thibaud
7 years ago
parent
537c61e8a3
commit
48cc573c1c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
index.php
+ 1
- 1
index.php
View File
@ -160,7 +160,7 @@
<?php
$odd_even = 0;
$liste = '';
foreach (glob("articles/*/header.html") as $filename) {
foreach (glob("articles/
20
*/header.html") as $filename) {
$article = basename(dirname($filename));
$odd_even = 1 - $odd_even;
$header = file_get_contents($filename);
Write
Preview
Loading…
Cancel
Save