PageRenderTime 46ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/eddieajau/the-art-of-joomla-archive
PHP | 41 lines | 26 code | 6 blank | 9 comment | 0 complexity | 2c6617d2960331c242dbdc316a4acb1c 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. <h1>
  16. <?php echo JText::_('COM_ARTOFPDF_TITLE');?>
  17. </h1>
  18. <p>
  19. <?php echo JText::_('COM_ARTOFPDF_DESC'); ?>
  20. </p>
  21. <p>
  22. <a href="http://www.theartofjoomla.com/extensions/artof-pdf.html">
  23. http://www.theartofjoomla.com/extensions/artof-pdf.html</a>.
  24. </p>
  25. <h2>
  26. <?php echo JText::_('COM_ARTOFPDF_CHANGELOG');?>
  27. </h2>
  28. <dl>
  29. <dt>Version 1.0.0</dt>
  30. <dd>
  31. <ul>
  32. <li>Initial release</li>
  33. </ul>
  34. </dd>
  35. </dl>