소스 검색

limiter aux articles commençant par "20"

develop
MEUNIER Thibaud 7 년 전
부모
커밋
48cc573c1c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      index.php

+ 1
- 1
index.php 파일 보기

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

불러오는 중...
취소
저장