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

/pdf/code/trunk/administrator/components/com_artofpdf/views/artofpdf/tmpl/default.php

https://bitbucket.org/eddieajau/the-art-of-joomla-archive
PHP | 19 lines | 7 code | 3 blank | 9 comment | 0 complexity | 22644aa885a6f65f03482d0948a095a3 MD5 | raw file
  1. <?php
  2. /**
  3. * @version $Id: default.php 276 2010-09-10 10:15:53Z 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. JHtml::addIncludePath(JPATH_COMPONENT.'/helpers/html');
  13. JHtml::stylesheet('default.css', 'administrator/components/com_artofpdf/media/css/');
  14. ?>
  15. This is Artof PDF!
  16. <?php echo JHtml::_('artofpdf.footer'); ?>