diff options
Diffstat (limited to 'views')
| -rw-r--r-- | views/archive/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/archive/index.php b/views/archive/index.php index 4195eb2..2c784de 100644 --- a/views/archive/index.php +++ b/views/archive/index.php @@ -26,8 +26,8 @@ <section class="item"> <section> <div> - <img src="<?= "/archives/{$page->WID}/favicon.ico" ?>" class="favicon"> - <a href="<?= "/archives/{$page->WID}" ?>"><?= $page->URL ?></a> + <img src="<?= '/archives/' . $page->FaviconPath ?>" class="favicon"> + <a href="<?= '/archives/' . $page->WID ?>"><?= $page->URL ?></a> <span class="float-right"><?= $page->Date ?></span> </div> <div class="details"> |
