From 7076343338ae3439f3c86f01144818abe8c31978 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Sun, 12 Mar 2023 07:16:23 +0200 Subject: add container helpers; constuct public directory-tree --- html/processed-views/products.php | 113 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 html/processed-views/products.php (limited to 'html/processed-views/products.php') diff --git a/html/processed-views/products.php b/html/processed-views/products.php new file mode 100644 index 0000000..c0ef582 --- /dev/null +++ b/html/processed-views/products.php @@ -0,0 +1,113 @@ + + + + + + <?= $data['title'] ?? 'ΣΚΛΑΒΕΝΙΤΗΣ' ?> + + + + + + + + + +
+
+
+ + + + + +
+ +
+
+

+

+
+
+ +
+ + $data['tree'], + 'hierarchyPath' => $data['hierarchyPath'] + ]); + ?> + +
+ + + + + $data['tree'], + 'hierarchyPath' => $data['hierarchyPath'] + ]); + ?> + + + + + + +
+ +
+ +
+ + + + + +
+ + + + + + + + \ No newline at end of file -- cgit v1.2.3