From 7a8e33d7c933e0fd206f77dacc331fddef9163f1 Mon Sep 17 00:00:00 2001 From: AlexC <40072887+alexdcrane@users.noreply.github.com> Date: Fri, 21 Jan 2022 10:14:55 -0700 Subject: [PATCH] Removed unnecessary footer (#6252) --- app/ring_groups/resources/dashboard/ring_group_forward.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/ring_groups/resources/dashboard/ring_group_forward.php b/app/ring_groups/resources/dashboard/ring_group_forward.php index 6974288296..d222006c3f 100644 --- a/app/ring_groups/resources/dashboard/ring_group_forward.php +++ b/app/ring_groups/resources/dashboard/ring_group_forward.php @@ -227,9 +227,4 @@ echo "\n"; echo "\n"; -//include the footer - if (!$is_included) { - require_once "resources/footer.php"; - } - ?>