Zikula_Themes
[ class tree: Zikula_Themes ] [ index: Zikula_Themes ] [ all elements ]

Source for file version.php

Documentation is available at version.php

  1. <?php
  2. /**
  3.  * Zikula Application Framework
  4.  *
  5.  * @copyright (c) 2001, Zikula Development Team
  6.  * @link http://www.zikula.org
  7.  * @version $Id: version.php 24342 2008-06-06 12:03:14Z markwest $
  8.  * @license GNU/GPL - http://www.gnu.org/copyleft/gpl.html
  9.  * @package Zikula_Themes
  10.  * @subpackage rss
  11. */
  12.  
  13. $themeversion['name']           _RSSTHEME_NAME;
  14. $themeversion['displayname']    _RSSTHEME_DISPLAYNAME;
  15. $themeversion['description']    _RSSTHEME_DESCRIPTION;
  16. $themeversion['version']        '1.0';
  17. $themeversion['changelog']      'docs/changelog.txt';
  18. $themeversion['credits']        'docs/credits.txt';
  19. $themeversion['help']           'docs/help.txt';
  20. $themeversion['license']        'docs/license.txt';
  21. $themeversion['official']       1;
  22. $themeversion['author']         'Mark West';
  23. $themeversion['contact']        'http://www.markwest.me.uk';
  24. $themeversion['admin']          0;
  25. $themeversion['user']           0;
  26. $themeversion['system']         1;
  27. $themeversion['xhtml']          false;

Documentation generated on Fri, 18 Jul 2008 21:58:58 +0200 by phpDocumentor 1.4.1