PageRenderTime 1215ms CodeModel.GetById 10ms RepoModel.GetById 1ms app.codeStats 0ms

/filler/code/trunk/administrator/components/com_filler/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 | c947d4ad6e748beeac4ad488014388d3 MD5 | raw file
  1. <?php
  2. /**
  3. * @version $Id: view.html.php 251 2010-08-19 11:08:17Z eddieajau $
  4. * @copyright Copyright (C) 2009 New Life in IT Pty Ltd. All rights reserved.
  5. * @license GNU General Public License <http://www.gnu.org/copyleft/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 Artof.Filler
  13. * @subpackage com_filler
  14. */
  15. class FillerViewAbout extends JView
  16. {
  17. }