diff --git a/app/includes/footer.php b/app/includes/footer.php index 63b70f7..4c47493 100644 --- a/app/includes/footer.php +++ b/app/includes/footer.php @@ -20,7 +20,7 @@ - - + + diff --git a/app/public/newexisting.php b/app/public/newexisting.php index 5120174..f16d17c 100644 --- a/app/public/newexisting.php +++ b/app/public/newexisting.php @@ -29,130 +29,132 @@
My Requests
- - -
-
- -
-
- -
-
- - -
-
-
-
-
-
    - No subscribed tickets"); - } else { - foreach($closed_subscriptions as $sub) { ?> -
  • -
    -
    -
    - # -

    -
    -
    - " role="button">Go + foreach($closed_requests as $tkt) { + ?> +
  • +
    +
    +
    + # +

    +
    +
    -
- +
-
- - + + +
+
+
+
+ My Subscribed Requests +
+ +
+ +
+
    + No subscribed tickets"); + } else { + foreach($open_subscriptions as $sub) { ?> +
  • +
    +
    +
    + # +

    +
    + +
    +
    +
  • + +
+
+
+
    + No subscribed tickets"); + } else { + foreach($closed_subscriptions as $sub) { ?> +
  • +
    +
    +
    + # +

    +
    + +
    +
    +
  • + +
+
+
+
+ +