PageRenderTime 32ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

/pdf/code/trunk/administrator/components/com_artofpdf/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 | 65b48007e718cd968259bcda362165ab MD5 | raw file
  1. <?php
  2. /**
  3. * @version $Id: view.html.php 271 2010-09-09 08:35:10Z eddieajau $
  4. * @package NewLifeInIT
  5. * @subpackage com_artofpdf
  6. * @copyright Copyright 2010 New Life in IT Pty Ltd. All rights reserved.
  7. * @license GNU General Public License version 2 or later.
  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_artofpdf
  16. */
  17. class ArtofPdfViewAbout extends JView
  18. {
  19. }