From 35f6c09a596004bfc16f523ba881c8489892e21c Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 6 Jun 2011 16:03:58 +0200 Subject: remove double html_{header,footer} views Signed-off-by: Florian Pritz --- application/views/file_plaintext/html_footer.php | 6 +----- application/views/file_plaintext/html_header.php | 22 +--------------------- 2 files changed, 2 insertions(+), 26 deletions(-) (limited to 'application/views/file_plaintext') 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 @@ - - - - - + diff --git a/application/views/file_plaintext/html_header.php b/application/views/file_plaintext/html_header.php index 52ffab007..5cc4c40a7 100644 --- a/application/views/file_plaintext/html_header.php +++ b/application/views/file_plaintext/html_header.php @@ -1,21 +1 @@ - - - - <?php echo $title; ?> - - - - -
- New | - Raw | - Plain | - Currently: | - Timeout: -
- Code | - Render Markdown -
-
- - + -- cgit v1.2.3-24-g4f1b