ConLite/conlite/plugins/content_allocation/includes/include.left_bottom.php

22 Zeilen
336 B
PHP

2017-08-01 13:13:16 +00:00
<?php
/**
*
* @package Plugins
* @subpackage ContentAllocation
2019-07-03 11:58:28 +00:00
* @version $Rev$
2017-08-01 13:13:16 +00:00
* @since 2.0
* @author Ortwin Pinke <o.pinke@conlite.org>
* @copyright 2017 CL-Team
* @link http://www.conlite.org
*
2019-07-03 11:58:28 +00:00
* $Id$
2017-08-01 13:13:16 +00:00
*/
if(!defined('CON_FRAMEWORK')) {
die('Illegal call');
}
$oPage = new cPage();
$oPage->setHtml5();
$oPage->render();