/com_joomleague/components/com_joomleague/models/footer.php
https://gitlab.com/volleyuisp/joomleague · PHP · 24 lines · 8 code · 6 blank · 10 comment · 0 complexity · f365ca55c9886243c4f3de61152565ff MD5 · raw file
- <?php
- /**
- * @copyright Copyright (C) 2006-2014 joomleague.at. All rights reserved.
- * @license GNU/GPL,see LICENSE.php
- * Joomla! is free software. This version may have been modified pursuant
- * to the GNU General Public License,and as distributed it includes or
- * is derivative of works licensed under the GNU General Public License or
- * other free or open source software licenses.
- * See COPYRIGHT.php for copyright notices and details.
- */
- // Check to ensure this file is included in Joomla!
- defined('_JEXEC') or die('Restricted access');
- jimport( 'joomla.application.component.model' );
- require_once( JLG_PATH_SITE . DS . 'models' . DS . 'project.php' );
- class JoomleagueModelFooter extends JoomleagueModelProject
- {
- }
- ?>