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.  *
  10.  * @package Zikula_Themes
  11.  * @subpackage Atom
  12.  */
  13.  
  14. $themeversion['name'_ATOM_THEME_NAME;
  15. $themeversion['displayname'_ATOM_DISPLAYNAME;
  16. $themeversion['description'_ATOM_DESCRIPTION;
  17. $themeversion['regid''0';
  18. $themeversion['version''1.0';
  19. $themeversion['official''0';
  20. $themeversion['author''Franz Skaaning';
  21. $themeversion['contact''http://www.lexebus.net/';
  22. $themeversion['admin'0;
  23. $themeversion['user'0;
  24. $themeversion['system'1;
  25. $themeversion['credits''';
  26. $themeversion['help''';
  27. $themeversion['changelog''';
  28. $themeversion['license''';
  29. $themeversion['xhtml'false;

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