diff options
Diffstat (limited to 'application/views')
-rw-r--r-- | application/views/file_plaintext/html_paste_footer.php | 1 | ||||
-rw-r--r-- | application/views/file_plaintext/html_paste_header.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/application/views/file_plaintext/html_paste_footer.php b/application/views/file_plaintext/html_paste_footer.php new file mode 100644 index 000000000..f3cf21e3a --- /dev/null +++ b/application/views/file_plaintext/html_paste_footer.php @@ -0,0 +1 @@ +<?php include "application/views/file/html_paste_footer.php"; ?> diff --git a/application/views/file_plaintext/html_paste_header.php b/application/views/file_plaintext/html_paste_header.php new file mode 100644 index 000000000..2a5db977e --- /dev/null +++ b/application/views/file_plaintext/html_paste_header.php @@ -0,0 +1 @@ +<?php include "application/views/file/html_paste_header.php"; ?> |