@copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html Questions & Answers /-----------------------------------------------------------------------------------------------------------------------------*/ // No direct access to this file defined('_JEXEC') or die('Restricted access'); /** * Questionsanswers Component Category Tree */ //Insure this view category file is loaded. $classname = 'QuestionsanswersQuestion_and_answerCategories'; if (!class_exists($classname)) { $path = JPATH_SITE . '/components/com_questionsanswers/helpers/categoryquestion_and_answer.php'; if (is_file($path)) { include_once $path; } }