%PDF- %PDF-
| Direktori : /home1/lightco1/www/lightingrepublic.com.au/libraries/joomla/document/html/renderer/ |
| Current File : //home1/lightco1/www/lightingrepublic.com.au/libraries/joomla/document/html/renderer/module.php |
<?php
/**
* @package Joomla.Platform
* @subpackage Document
*
* @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/
defined('JPATH_PLATFORM') or die;
JLog::add('JDocumentRendererModule is deprecated, use JDocumentRendererHtmlModule instead.', JLog::WARNING, 'deprecated');
/**
* JDocument Module renderer
*
* @since 11.1
* @deprecated 4.0 Use JDocumentRendererHtmlModule instead
*/
class JDocumentRendererModule extends JDocumentRendererHtmlModule
{
}