PageRenderTime 37ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/filler/code/trunk/administrator/components/com_filler/views/about/tmpl/default.php

https://bitbucket.org/eddieajau/the-art-of-joomla-archive
PHP | 57 lines | 42 code | 6 blank | 9 comment | 1 complexity | 7c5721a02a3ef9a81352f3987772744b MD5 | raw file
  1. <?php
  2. /**
  3. * @version $Id: default.php 257 2010-08-20 09:47:05Z eddieajau $
  4. * @package Artof.Filler
  5. * @subpackage com_filler
  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. ?>
  13. <h1>
  14. <?php echo JText::_('COM_FILLER_TITLE');?>
  15. </h1>
  16. <a href="http://www.theartofjoomla.com/extensions/filler.html" target="_blank">
  17. http://www.theartofjoomla.com/extensions/filler.html</a>
  18. <h2>
  19. <?php echo JText::_('COM_FILLER_CHANGELOG');?>
  20. </h2>
  21. <h4>
  22. Version 1.0.3
  23. </h4>
  24. <ul>
  25. <li>
  26. Upgrade to PHP 5.
  27. </li>
  28. <li>
  29. Added icons by <a href="http://dellustrations.com" target="_blank">
  30. http://dellustrations.com</a>
  31. </li>
  32. </ul>
  33. <h4>
  34. Version 1.0.1
  35. </h4>
  36. <ul>
  37. <li>
  38. Added parameter to hide/show 'Under Contruction' message.
  39. </li>
  40. <li>
  41. Polishing for official release.
  42. </li>
  43. </ul>
  44. <h4>
  45. Version 1.0.0
  46. </h4>
  47. <ul>
  48. <li>
  49. Initial release.
  50. </li>
  51. </ul>