egroupware_official/phpgwapi/templates/idots/setup/setup.inc.php

27 lines
1.5 KiB
PHP
Executable File

<?php
/**************************************************************************\
* eGroupWare - idots *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* Basic information about this template */
$GLOBALS['egw_info']['template']['idots']['name'] = 'idots';
$GLOBALS['egw_info']['template']['idots']['title'] = 'Idots';
$GLOBALS['egw_info']['template']['idots']['version'] = '1.0';
$GLOBALS['egw_info']['template']['idots']['author'] = 'Pim Snel';
$GLOBALS['egw_info']['template']['idots']['license'] = 'GPL';
$GLOBALS['egw_info']['template']['idots']['windowed'] = False;
$GLOBALS['egw_info']['template']['idots']['icon'] = "phpgwapi/templates/idots/images/idots-logo.png";
$GLOBALS['egw_info']['template']['idots']['maintainer'] = array(
array('name' => 'Pim Snel', 'email' => 'pim@lingewoud.nl')
);
$GLOBALS['egw_info']['template']['idots']['description'] = "Idots is the default template set for eGroupware.";
?>