Compare commits
2 Commits
537c61e8a3
...
89215df21b
| Author | SHA1 | Date | |
|---|---|---|---|
| 89215df21b | |||
| 48cc573c1c |
@@ -1,7 +1,7 @@
|
|||||||
<div class="container-fluid bg-grey">
|
<div class="container-fluid bg-grey">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-4">
|
||||||
<br><img id="logo_ARTICLE" src="images/block_image.php?methode=treemapV2" width="100%; height: auto"></img>
|
<br><img id="logo_ARTICLE" src="images/block_image.php?methode=treemap2" width="100%; height: auto"></img>
|
||||||
<br><p>ARTICLE</p>
|
<br><p>ARTICLE</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-8">
|
<div class="col-sm-8">
|
||||||
|
|||||||
@@ -160,7 +160,7 @@
|
|||||||
<?php
|
<?php
|
||||||
$odd_even = 0;
|
$odd_even = 0;
|
||||||
$liste = '';
|
$liste = '';
|
||||||
foreach (glob("articles/*/header.html") as $filename) {
|
foreach (glob("articles/20*/header.html") as $filename) {
|
||||||
$article = basename(dirname($filename));
|
$article = basename(dirname($filename));
|
||||||
$odd_even = 1 - $odd_even;
|
$odd_even = 1 - $odd_even;
|
||||||
$header = file_get_contents($filename);
|
$header = file_get_contents($filename);
|
||||||
|
|||||||
Reference in New Issue
Block a user