egroupware_official/jdots/setup/setup.inc.php
2010-06-09 18:36:14 +00:00

32 lines
1.2 KiB
PHP
Executable File

<?php
/**
* Stylite: jdots template
*
* @link http://www.stylite.de
* @package jdots
* @author Andreas Stöckel <as@stylite.de>
* @author Ralf Becker <rb@stylite.de>
* @author Nathan Gray <ng@stylite.de>
* @version $Id$
*/
$GLOBALS['egw_info']['template']['jdots']['name'] = 'jdots';
$GLOBALS['egw_info']['template']['jdots']['title'] = 'Stylite';
$GLOBALS['egw_info']['template']['jdots']['version'] = '1.0';
$GLOBALS['egw_info']['template']['jdots']['author'] = array(
array('name' => 'Andreas Stoeckel', 'email' => 'as@stylite.de'),
array('name' => 'Ralf Becker', 'email' => 'rb@stylite.de'),
);
$GLOBALS['egw_info']['template']['jdots']['license'] = array(
'name' => 'Stylite EPL license',
'url' => 'http://www.stylite.de/EPL',
);
$GLOBALS['egw_info']['template']['jdots']['icon'] = "jdots/images/jdots-logo.png";
$GLOBALS['egw_info']['template']['jdots']['maintainer'] = array(
array('name' => 'Stylite GmbH', 'url' => 'http://www.stylite.de/')
);
$GLOBALS['egw_info']['template']['jdots']['description'] = "Stylite is a new jQuery based template set for EGroupware EPL.";
$GLOBALS['egw_info']['template']['jdots']['windowed'] = true;
$GLOBALS['egw_info']['template']['jdots']['icon'] = 'jdots/images/epl.png';