diff options
Diffstat (limited to 'application/views/file/html_footer.php')
-rw-r--r-- | application/views/file/html_footer.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/application/views/file/html_footer.php b/application/views/file/html_footer.php index ddc460a39..a2a1cfec2 100644 --- a/application/views/file/html_footer.php +++ b/application/views/file/html_footer.php @@ -1,5 +1,7 @@ </td> </tr> </table> - </body> -</html> + </div> + </div> + +<?php include(FCPATH."application/views/footer.php"); |