Pārlūkot izejas kodu

limiter aux articles commençant par "20"

develop
MEUNIER Thibaud pirms 7 gadiem
vecāks
revīzija
48cc573c1c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      index.php

+ 1
- 1
index.php Parādīt failu

@ -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);

Notiek ielāde…
Atcelt
Saglabāt