From 2a565e9f98f556a76283e43b1c17134d0c88a5af Mon Sep 17 00:00:00 2001 From: markjcrane Date: Sat, 26 Mar 2016 19:37:42 -0600 Subject: [PATCH] Remove the include to the resources/menu.php file that is no longer in use. --- resources/footer.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/footer.php b/resources/footer.php index f6df5296a9..dfeae06cb5 100644 --- a/resources/footer.php +++ b/resources/footer.php @@ -68,9 +68,6 @@ require_once "resources/require.php"; $template = ob_get_contents(); //get the output from the buffer ob_end_clean(); //clean the buffer -//get the menu - require_once "resources/menu.php"; - //prepare the template to display the output $custom_head = '';