PageRenderTime 50ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/aamenu/code/trunk/administrator/components/com_aamenu/views/about/view.html.php

https://bitbucket.org/eddieajau/the-art-of-joomla-archive
PHP | 23 lines | 6 code | 3 blank | 14 comment | 0 complexity | 1f0d15da1169608c83f26852bdaabd2d MD5 | raw file
  1. <?php
  2. /**
  3. * @version $Id: view.html.php 255 2010-08-20 09:43:07Z eddieajau $
  4. * @package Artof.AAMenu
  5. * @subpackage com_aamenu
  6. * @copyright Copyright (C) 2009 New Life in IT Pty Ltd. All rights reserved.
  7. * @license GNU General Public License <http://www.gnu.org/copyleft/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 Artof.AAMenu
  15. * @subpackage com_aamenu
  16. * @since 1.0.2
  17. */
  18. class AAMenuViewAbout extends JView
  19. {
  20. }