<?php

/**
 * About page of the module
 *
 * @copyright	(c) 2011 David Janssens
 * @license		http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU General Public License (GPL)
 * @since		1.0
 * @author		David Janssens (fiammybe) <*****@*****.**>
 * @package		billboard
 * @version		$Id$
 */
include_once "admin_header.php";
$aboutObj = new icms_ipf_About();
$aboutObj->render();
Ejemplo n.º 2
0
 public function __construct($aboutTitle = _MODABOUT_ABOUT)
 {
     parent::__construct($aboutTitle);
     $this->_deprecated = icms_core_Debug::setDeprecated('icms_ipf_About', sprintf(_CORE_REMOVE_IN_VERSION, '1.4'));
 }