From 241fe44970bccf33a1ea824fc1ff607021468f92 Mon Sep 17 00:00:00 2001 From: Alexander Davis Date: Sun, 9 Aug 2020 22:10:25 +0100 Subject: [PATCH] Added subscribed requests Added subscribed requests to existing requests page --- app/public/existing.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/app/public/existing.php b/app/public/existing.php index 1545ee0..04c7341 100644 --- a/app/public/existing.php +++ b/app/public/existing.php @@ -5,6 +5,7 @@ if (is_signed_in()) { $open_requests = array(); $closed_requests = array(); + $subscriptions = get_subscribed_requests($db); $requests = get_my_requests($db); @@ -91,6 +92,35 @@ +
+
+
+ My Subscribed Requests +
+
    + No subscribed tickets"); + } else { + foreach($subscriptions as $sub) { ?> +
  • +
    +
    +
    + # +

    +
    + +
    +
    +
  • + +
+
+ +