egroupware/pixelegg/setup/setup.inc.php

34 lines
1.4 KiB
PHP
Raw Normal View History

2013-11-11 19:45:33 +01:00
<?php
/**
* EGroupware: Stylite Pixelegg template
*
* et2 Messages
*
* Please do NOT change css-files directly, instead change less-files and compile them!
*
* @link http://www.egroupware.org
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
* @package pixelegg
* @version $Id$
*/
$GLOBALS['egw_info']['template']['pixelegg']['name'] = 'pixelegg';
$GLOBALS['egw_info']['template']['pixelegg']['title'] = 'Pixelegg';
$GLOBALS['egw_info']['template']['pixelegg']['version'] = '1.0';
$GLOBALS['egw_info']['template']['pixelegg']['author'] = array(
array('name' => 'Stylite AG', 'url' => 'http://www.stylite.de/'),
array('name' => 'Pixelegg Informationsdesign', 'url' => 'http://www.pixelegg.de/'),
);
$GLOBALS['egw_info']['template']['pixelegg']['license'] = array(
'name' => 'Stylite EPL license',
'url' => 'http://www.stylite.de/EPL',
);
$GLOBALS['egw_info']['template']['pixelegg']['icon'] = "pixelegg/images/logo.png";
$GLOBALS['egw_info']['template']['pixelegg']['maintainer'] = array(
array('name' => 'Stylite AG', 'url' => 'http://www.stylite.de/')
);
$GLOBALS['egw_info']['template']['pixelegg']['description'] = "Stylite is a new jQuery based template set for EGroupware EPL.";
$GLOBALS['egw_info']['template']['pixelegg']['windowed'] = true;