PageRenderTime 44ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/content/code/trunk/administrator/components/com_artofcontent/models/about.php

https://bitbucket.org/eddieajau/the-art-of-joomla-archive
PHP | 25 lines | 6 code | 3 blank | 16 comment | 0 complexity | 98ecb752b8d9f2d44aab592051ac815f MD5 | raw file
  1. <?php
  2. /**
  3. * @version $Id: about.php 484 2010-12-20 23:40:27Z eddieajau $
  4. * @package NewLifeInIT
  5. * @subpackage com_artofcontent
  6. * @copyright Copyright 2005 - 2010 New Life in IT Pty Ltd. All rights reserved
  7. * @license GNU General Public License <http://www.fsf.org/licensing/licenses/gpl.html>
  8. * @link http://www.theartofjoomla.com
  9. */
  10. // No direct access.
  11. defined('_JEXEC') or die;
  12. jimport('joomla.application.component.model');
  13. /**
  14. * About Page Model
  15. *
  16. * @package NewLifeInIT
  17. * @subpackage com_artofcontent
  18. * @since 1.0
  19. */
  20. class ArtofContentModelAbout extends JModel
  21. {
  22. }