PageRenderTime 120ms CodeModel.GetById 22ms RepoModel.GetById 2ms app.codeStats 0ms

/redirect/code/trunk/administrator/components/com_redirect/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 | a72598d56cd47af0209d2f6cd938c5f4 MD5 | raw file
  1. <?php
  2. /**
  3. * @version $Id: view.html.php 390 2010-11-05 11:35:33Z eddieajau $
  4. * @package NewLifeInIT
  5. * @subpackage com_redirect
  6. * @copyright Copyright 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_redirect
  16. */
  17. class RedirectViewAbout extends JView
  18. {
  19. }