From ee1add20e2861e95de0b6b3b621f0a8e277f2a02 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 2 Feb 2025 10:16:39 +0200 Subject: feat: Proper list page layout and export user logo logic to class --- views/list/index.php | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) (limited to 'views/list/index.php') diff --git a/views/list/index.php b/views/list/index.php index 9bc348d..9b49268 100644 --- a/views/list/index.php +++ b/views/list/index.php @@ -10,20 +10,28 @@ ?> -
-

Name ?>

-

Description ?>

-

Username ?>

+
+
+

Name ?>

+ +

Description ?>

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

List doesn't exist

+ -- cgit v1.2.3