From c70851504652267c95194a98756c6875271cdda7 Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Tue, 23 Sep 2025 00:07:35 +0200 Subject: Implement reviews --- "public/omd\303\266men/index.php" | 60 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 "public/omd\303\266men/index.php" (limited to 'public/omdömen/index.php') diff --git "a/public/omd\303\266men/index.php" "b/public/omd\303\266men/index.php" new file mode 100644 index 0000000..53a9123 --- /dev/null +++ "b/public/omd\303\266men/index.php" @@ -0,0 +1,60 @@ +fetchArray()) { + $row["editable"] = isset($_SESSION["editable review"]) && $_SESSION["editable review"] === $row["rowid"]; + $row = (object) $row; + $reviews[] = $row; +} + +require "../../include/layout.php"; layout($_); +?> +
+
+
+ + +
+
+ + +
+ +

Du kommer kunna redigera ditt omdöme tills du stänger fliken

+
+
+ + + +
+

name) ?>:

+

content) ?>

+ editable) { ?> + + +
+ +
-- cgit v1.2.3