From 297a74adf1fc246df15fc47f37e32b6458785f9f Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Tue, 27 Nov 2012 15:01:46 +0100 Subject: Bring back rcube_html_page class which was lost in framework refactoring; fix typo --- program/include/rcmail_html_page.php | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 program/include/rcmail_html_page.php (limited to 'program/include/rcmail_html_page.php') diff --git a/program/include/rcmail_html_page.php b/program/include/rcmail_html_page.php new file mode 100644 index 000000000..2624d590a --- /dev/null +++ b/program/include/rcmail_html_page.php @@ -0,0 +1,36 @@ + | + +-----------------------------------------------------------------------+ +*/ + + +/** + * Class to create HTML page output using a skin template + * + * @package Core + * @subpackage View + */ +class rcmail_html_page extends rcmail_output_html +{ + public function write($contents = '') + { + self::reset(); + parent::write($contents); + } +} \ No newline at end of file -- cgit v1.2.3