%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home1/lightco1/www/administrator/components/com_poweradmin/libraries/joomlashine/base/
Upload File :
Create Path :
Current File : //home1/lightco1/www/administrator/components/com_poweradmin/libraries/joomlashine/base/view.php

<?php
/**
 * @version    $Id: view.php 17915 2012-11-02 09:33:11Z cuongnm $
 * @package    JSN_Sample
 * @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'))
{
	// Get Joomla version
	$joomlaVersion = new JVersion;

	if (strpos($joomlaVersion->getShortVersion(), '3.') === 0 AND class_exists('JViewLegacy'))
	{
		return require_once dirname(__FILE__) . '/compat/view_j30.php';
	}

	if (strpos($joomlaVersion->getShortVersion(), '2.5') === 0)
	{
		return require_once dirname(__FILE__) . '/compat/view_j25.php';
	}
}

Zerion Mini Shell 1.0