Path : /hermes/bosweb/b1536/ibuildcncmachines.com/DesignGrade/components/com_kunena/controllers/ |
Current < : /hermes/bosweb/b1536/ibuildcncmachines.com/DesignGrade/components/com_kunena/controllers/common.php |
<?php /** * Kunena Component * @package Kunena.Site * @subpackage Controllers * * @copyright (C) 2008 - 2014 Kunena Team. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link http://www.kunena.org **/ defined ( '_JEXEC' ) or die (); /** * Kunena Common Controller * * @since 2.0 */ class KunenaControllerCommon extends KunenaController { public function __construct($config = array()) { parent::__construct($config); } }