/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

  1. <?php
  2. /**
  3. * @copyright Copyright (C) 2006-2014 joomleague.at. All rights reserved.
  4. * @license GNU/GPL,see LICENSE.php
  5. * Joomla! is free software. This version may have been modified pursuant
  6. * to the GNU General Public License,and as distributed it includes or
  7. * is derivative of works licensed under the GNU General Public License or
  8. * other free or open source software licenses.
  9. * See COPYRIGHT.php for copyright notices and details.
  10. */
  11. // Check to ensure this file is included in Joomla!
  12. defined('_JEXEC') or die('Restricted access');
  13. jimport( 'joomla.application.component.model' );
  14. require_once( JLG_PATH_SITE . DS . 'models' . DS . 'project.php' );
  15. class JoomleagueModelFooter extends JoomleagueModelProject
  16. {
  17. }
  18. ?>