소스 검색

Remove the include to the resources/menu.php file that is no longer in use.

markjcrane 9 년 전
부모
커밋
3724f82e10
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      resources/footer.php

+ 0 - 3
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 = '';