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 +
+ +
+ +