From ea7d94d9e527f72d1f86466cf83adac93a21ed5d Mon Sep 17 00:00:00 2001 From: fr34k Date: Sun, 1 Nov 2020 21:17:58 +0100 Subject: [PATCH] try to rebuild collections with json --- collections.php | 7 +++++-- collection_data.json => projects_data/collection_data.json | 5 ++++- 2 files changed, 9 insertions(+), 3 deletions(-) rename collection_data.json => projects_data/collection_data.json (99%) diff --git a/collections.php b/collections.php index 151b1dd..3fc4b39 100644 --- a/collections.php +++ b/collections.php @@ -3,7 +3,10 @@ include('header.tpl'); ?>
- +
' . $c["name"] . '
'; + } print($html); $index += 1; - } ?>