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 7d41890..500238a 100644 --- a/views/archive/index.php +++ b/views/archive/index.php @@ -12,7 +12,7 @@ ?> <?php if ($page !== null): ?> - <iframe src="<?= "/archives/{$page->WID}" ?>" scrolling="no"></iframe> + <iframe src="<?= "/archives/{$page->WID}/index.php" ?>" scrolling="no"></iframe> <form action="#" method="POST"> <input type="hidden" name="page_url" value="<?= $url ?>"> @@ -32,7 +32,7 @@ <section> <div> <img src="<?= '/archives/' . $page->FaviconPath ?>" class="favicon"> - <a href="<?= '/archives/' . $page->WID ?>"><?= $page->URL ?></a> + <a href="<?= '/archives/' . $page->WID . '/index.php' ?>"><?= $page->URL ?></a> <span class="float-right"><?= $page->Date ?></span> </div> <div class="details"> |
