diff options
author | Florian Pritz <bluewind@xinu.at> | 2011-06-06 16:03:58 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2011-06-06 16:39:46 +0200 |
commit | 35f6c09a596004bfc16f523ba881c8489892e21c (patch) | |
tree | dffd35882176c2e382ce19b22d82237f5b906d38 /application/views/file_plaintext/html_footer.php | |
parent | 606012e782af20f00b7b19a08e924e07c34d7ec5 (diff) |
remove double html_{header,footer} views
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/file_plaintext/html_footer.php')
-rw-r--r-- | application/views/file_plaintext/html_footer.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/application/views/file_plaintext/html_footer.php b/application/views/file_plaintext/html_footer.php index ddc460a39..d46a93ce4 100644 --- a/application/views/file_plaintext/html_footer.php +++ b/application/views/file_plaintext/html_footer.php @@ -1,5 +1 @@ - </td> - </tr> - </table> - </body> -</html> +<?php include "application/views/file/html_footer.php"; ?> |