2013-11-11 19:45:33 +01:00
|
|
|
<?php
|
|
|
|
/**
|
2016-10-08 14:08:53 +02:00
|
|
|
* EGroupware: Standard template
|
2013-11-11 19:45:33 +01:00
|
|
|
*
|
|
|
|
* @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';
|
2016-10-08 14:08:53 +02:00
|
|
|
$GLOBALS['egw_info']['template']['pixelegg']['title'] = 'Standard ';
|
2016-05-02 16:19:34 +02:00
|
|
|
$GLOBALS['egw_info']['template']['pixelegg']['version'] = '16.1';
|
2013-11-11 19:45:33 +01:00
|
|
|
|
|
|
|
$GLOBALS['egw_info']['template']['pixelegg']['author'] = array(
|
2016-10-08 14:08:53 +02:00
|
|
|
array('name' => 'EGroupware GmbH', 'url' => 'http://www.egroupware.org/'),
|
2013-11-11 19:45:33 +01:00
|
|
|
array('name' => 'Pixelegg Informationsdesign', 'url' => 'http://www.pixelegg.de/'),
|
|
|
|
);
|
2014-06-25 20:34:30 +02:00
|
|
|
$GLOBALS['egw_info']['template']['pixelegg']['license'] = 'GPL';
|
2013-11-11 19:45:33 +01:00
|
|
|
$GLOBALS['egw_info']['template']['pixelegg']['icon'] = "pixelegg/images/logo.png";
|
|
|
|
$GLOBALS['egw_info']['template']['pixelegg']['maintainer'] = array(
|
2016-10-08 14:08:53 +02:00
|
|
|
array('name' => 'EGroupware GmbH', 'url' => 'http://www.egroupware.org/')
|
2013-11-11 19:45:33 +01:00
|
|
|
);
|
2016-10-08 14:08:53 +02:00
|
|
|
$GLOBALS['egw_info']['template']['pixelegg']['description'] = "Standard template set of EGroupware 14.1+.";
|
2013-11-11 19:45:33 +01:00
|
|
|
$GLOBALS['egw_info']['template']['pixelegg']['windowed'] = true;
|
2013-11-12 08:42:10 +01:00
|
|
|
|
2016-07-04 11:47:15 +02:00
|
|
|
// specify (different) labels for default themes
|
|
|
|
$GLOBALS['egw_info']['template']['pixelegg']['themes'] = array(
|
|
|
|
'pixelegg' => 'Standard',
|
|
|
|
'mobile' => 'Compact',
|
|
|
|
);
|
|
|
|
|
2016-05-02 16:19:34 +02:00
|
|
|
// Dependencies for this template to work
|
2013-11-12 08:42:10 +01:00
|
|
|
$GLOBALS['egw_info']['template']['pixelegg']['depends'][] = array(
|
2016-05-02 16:19:34 +02:00
|
|
|
'appname' => 'api',
|
|
|
|
'versions' => Array('16.1')
|
2013-11-12 08:42:10 +01:00
|
|
|
);
|