PageRenderTime 43ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/googlemini/code/trunk/administrator/components/com_artofgm/views/about/view.html.php

https://bitbucket.org/eddieajau/the-art-of-joomla-archive
PHP | 20 lines | 6 code | 3 blank | 11 comment | 0 complexity | 273494f736d94d44c30fb638cb5e46b8 MD5 | raw file
  1. <?php
  2. /**
  3. * @version $Id: view.html.php 518 2011-01-07 06:36:43Z eddieajau $
  4. * @copyright Copyright 2011 New Life in IT Pty Ltd. All rights reserved
  5. * @license GNU General Public License <http://www.fsf.org/licensing/licenses/gpl.html>
  6. * @link http://www.theartofjoomla.com
  7. */
  8. // No direct access.
  9. defined('_JEXEC') or die;
  10. jimport('joomla.application.component.view');
  11. /**
  12. * @package NewLifeInIT
  13. * @subpackage com_artofgm
  14. */
  15. class ArtofGMViewAbout extends JView
  16. {
  17. }