Ver a proveniência

limiter aux articles commençant par "20"

develop
MEUNIER Thibaud há 7 anos
ascendente
cometimento
48cc573c1c
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      index.php

+ 1
- 1
index.php Ver ficheiro

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

Carregando…
Cancelar
Guardar