@copyright Copyright (C) 2015. All Rights Reserved @license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html A sermon distributor that links to Dropbox. /----------------------------------------------------------------------------------------------------------------------------------*/ // No direct access to this file defined('_JEXEC') or die('Restricted access'); /** * Sermondistributor Component Category Tree */ //Insure this view category file is loaded. $classname = 'SermondistributorSermonCategories'; if (!class_exists($classname)) { $path = JPATH_SITE . '/components/com_sermondistributor/helpers/categorysermon.php'; if (is_file($path)) { include_once $path; } }