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

30 lines
1.6 KiB
PHP
Executable File

<?php
/**************************************************************************\
* eGroupWare - idsociety *
* 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']['idsociety']['name'] = 'idsociety';
$GLOBALS['egw_info']['template']['idsociety']['title'] = 'idsociety';
$GLOBALS['egw_info']['template']['idsociety']['version'] = '1.0';
$GLOBALS['egw_info']['template']['idsociety']['author'] = 'Joseph Engo <jengo@phpgroupware.org>';
$GLOBALS['egw_info']['template']['idsociety']['license'] = 'GPL';
$GLOBALS['egw_info']['template']['idsociety']['windowed'] = False;
$GLOBALS['egw_info']['template']['idsociety']['icon'] = "phpgwapi/templates/idsociety/images/logophpgw.gif";
$GLOBALS['egw_info']['template']['idsociety']['maintainer'] = array(
array('name' => 'unmaintained', 'email' => 'info@egroupware.org')
);
$GLOBALS['egw_info']['template']['idsociety']['description'] = "
This was the idsociety template set created for phpGroupware.
";
$GLOBALS['egw_info']['template']['idsociety']['note'] = "";
?>