diff options
Diffstat (limited to 'views')
| -rw-r--r-- | views/archive/index.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/views/archive/index.php b/views/archive/index.php index e5146a3..f96c34f 100644 --- a/views/archive/index.php +++ b/views/archive/index.php @@ -5,9 +5,7 @@ ?> <?php if ($page !== null): ?> - <iframe> - <!-- /archives/$page->WID --> - </iframe> + <iframe src="<?php echo "/archives/{$page->WID}" ?>"></iframe> <?php foreach (Database\Webpage::allArchives($page->URL) as $page): ?> <section> <?php echo $page->Date ?> |
