Your IP : 216.73.217.112


Current Path : /home/zieirix/www/components/com_faqbookpro/views/section/tmpl/
Upload File :
Current File : /home/zieirix/www/components/com_faqbookpro/views/section/tmpl/default_topic.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;

$data = array();
$data['tab'] = $this->tab;
$data['sectionId'] = $this->sectionId;
$data['topic'] = $this->topic;
$data['topic_params'] = $this->topic_params;
$data['questions_params'] = $this->questions_params;
$data['utilities'] = $this->utilities;
$layout = new JLayoutFile('fb_topic');
echo $layout->render($data);