Update file editpage.php
This commit is contained in:
parent
1746731f27
commit
60d9005e52
@ -94,7 +94,7 @@ if(isset($fichier)) {
|
||||
foreach($pages as $page) {
|
||||
if($page != "." && $page != "..") {
|
||||
if (is_file($repertoire . "content/" . $page)) {
|
||||
echo "<a href='?page=" . pathinfo($page, PATHINFO_FILENAME) . "' class='article-link'><div class='article'><div class='article-content'><h2>" . pathinfo($page, PATHINFO_FILENAME) . "</h2</div></div></a>";
|
||||
echo "<a href='?page=" . pathinfo($page, PATHINFO_FILENAME) . "' class='article-link'><div class='article'><div class='article-content'><h2>" . pathinfo($page, PATHINFO_FILENAME) . "</h2></div></div></a>";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user