Page MenuHomePhorge

rcmail_html_page.php
No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None

rcmail_html_page.php

<?php
/*
+-----------------------------------------------------------------------+
| program/include/rcmail_html_page.php |
| |
| This file is part of the Roundcube Webmail client |
| Copyright (C) 2006-2012, The Roundcube Dev Team |
| |
| Licensed under the GNU General Public License version 3 or |
| any later version with exceptions for skins & plugins. |
| See the README file for a full license statement. |
| |
| PURPOSE: |
| Render a simple HTML page with the given contents |
| |
+-----------------------------------------------------------------------+
| Author: Thomas Bruederli <roundcube@gmail.com> |
+-----------------------------------------------------------------------+
*/
/**
* 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);
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, Apr 6, 12:02 AM (1 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
5d/ee/9b070652f5a89e093b74df894a70
Default Alt Text
rcmail_html_page.php (1 KB)

Event Timeline