mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 22:13:30 +01:00
27 lines
1.4 KiB
PHP
Executable File
27 lines
1.4 KiB
PHP
Executable File
<?php
|
|
/**************************************************************************\
|
|
* eGroupWare - Edge-It *
|
|
* 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']['edge-it']['name'] = 'edge-it';
|
|
$GLOBALS['egw_info']['template']['edge-it']['title'] = 'Edge-It';
|
|
$GLOBALS['egw_info']['template']['edge-it']['version'] = '1.0';
|
|
|
|
$GLOBALS['egw_info']['template']['edge-it']['author'] = 'Pim Snel';
|
|
$GLOBALS['egw_info']['template']['edge-it']['license'] = 'GPL';
|
|
$GLOBALS['egw_info']['template']['edge-it']['windowed'] = False;
|
|
$GLOBALS['egw_info']['template']['edge-it']['icon'] = "";
|
|
$GLOBALS['egw_info']['template']['edge-it']['maintainer'] = array(
|
|
array('name' => 'edge-it', 'email' => '')
|
|
);
|
|
$GLOBALS['egw_info']['template']['edge-it']['description'] = "Edge-It is a clone of the idots template set.";
|
|
?>
|