%PDF- %PDF-
Direktori : /home/lightco1/www/feiss.com.au/plugins/system/jsnframework/libraries/joomlashine/base/ |
Current File : /home/lightco1/www/feiss.com.au/plugins/system/jsnframework/libraries/joomlashine/base/view.php |
<?php /** * @version $Id$ * @package JSN_Framework * @author JoomlaShine Team <support@joomlashine.com> * @copyright Copyright (C) 2012 JoomlaShine.com. All Rights Reserved. * @license GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html * * Websites: http://www.joomlashine.com * Technical Support: Feedback - http://www.joomlashine.com/contact-us/get-support.html */ // No direct access to this file defined('_JEXEC') or die('Restricted access'); if ( ! class_exists('JSNBaseView')) { if (JSNVersion::isJoomlaCompatible('3.0') AND class_exists('JViewLegacy')) { return require_once dirname(__FILE__) . '/compat/view_j30.php'; } if (JSNVersion::isJoomlaCompatible('2.5')) { return require_once dirname(__FILE__) . '/compat/view_j25.php'; } }