diff options
Diffstat (limited to 'views/list')
| -rw-r--r-- | views/list/index.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/views/list/index.php b/views/list/index.php index 79402ec..9047fb3 100644 --- a/views/list/index.php +++ b/views/list/index.php @@ -15,6 +15,12 @@ <p><?= $list->Description ?></p> <p><?= $author->Username ?></p> </section> + <?php foreach($list->allItems() as $webpage): ?> + <section> + <?= $webpage->URL ?> + </section> + <?php endforeach; ?> + <?php else: ?> <p> List doesn't exist |
