PageRenderTime 51ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/content/code/trunk/administrator/components/com_artofcontent/views/about/view.html.php

https://bitbucket.org/eddieajau/the-art-of-joomla-archive
PHP | 22 lines | 6 code | 3 blank | 13 comment | 0 complexity | bb1c29f8b41d6d1c1b6bf3fd979e7600 MD5 | raw file
  1. <?php
  2. /**
  3. * @version $Id: view.html.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.view');
  13. /**
  14. * @package NewLifeInIT
  15. * @subpackage com_artofcontent
  16. */
  17. class ArtofContentViewAbout extends JView
  18. {
  19. }