From 0d87935bfd38f0cabecfaff374bd5ead221a494c Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 1 Feb 2025 11:38:54 +0200 Subject: feat(views/profile): Proper list elements UI --- views/list/index.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'views/list/index.php') diff --git a/views/list/index.php b/views/list/index.php index 9047fb3..9bc348d 100644 --- a/views/list/index.php +++ b/views/list/index.php @@ -15,11 +15,12 @@

Description ?>

Username ?>

- allItems() as $webpage): ?> -
- URL ?> -
- + allItems() as $page) { + include $VIEWS_DIR . '/archive/item.php'; + } + include_once $VIEWS_DIR . '/archive/item_show.php'; + ?>

-- cgit v1.2.3