From 68fc9e55e538e03f94509731ab41a0c8cf96710f Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Mon, 17 Apr 2023 12:12:22 +0300 Subject: setup a real server environment (apache DocumentRoot=/var/www/public) --- html/processed-views/products.php | 113 -------------------------------------- 1 file changed, 113 deletions(-) delete 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 deleted file mode 100644 index c0ef582..0000000 --- a/html/processed-views/products.php +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - <?= $data['title'] ?? 'ΣΚΛΑΒΕΝΙΤΗΣ' ?> - - - - - - - - - -
-
-
- - - - - -
- -
-
-

-

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