Your IP : 216.73.216.218


Current Path : /proc/self/root/home/antonen/poznajlitwe.lt/administrator/components/com_falang/legacy/
Upload File :
Current File : //proc/self/root/home/antonen/poznajlitwe.lt/administrator/components/com_falang/legacy/model.php

<?php
/**
 * @package     Falang for Joomla!
 * @author      Stéphane Bouey <stephane.bouey@faboba.com> - http://www.faboba.com
 * @license     GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 * @copyright   Copyright (C) 2010-2017. Faboba.com All rights reserved.
 */

// No direct access to this file
defined('_JEXEC') or die;

if (FALANG_J30) {
	class LegacyModel extends JModelLegacy {}
} else {
	jimport( 'joomla.application.component.model' );
	class LegacyModel extends JModel {}
}