| Current Path : /home/zieirix/www/components/com_faqbookpro/controllers/ |
| Current File : /home/zieirix/www/components/com_faqbookpro/controllers/sections.php |
<?php
/**
* @title Minitek FAQ Book
* @copyright Copyright (C) 2011-2020 Minitek, All rights reserved.
* @license GNU General Public License version 3 or later.
* @author url https://www.minitek.gr/
* @developers Minitek.gr
*/
defined('_JEXEC') or die;
jimport('joomla.application.component.controller');
class FAQBookProControllerSections extends JControllerLegacy
{
function __construct()
{
parent::__construct();
}
}