mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-09 01:25:22 +01:00
25 lines
1.4 KiB
PHP
Executable File
25 lines
1.4 KiB
PHP
Executable File
<?php
|
|
/**************************************************************************\
|
|
* eGroupWare - jerryr *
|
|
* 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']['jerryr']['name'] = 'jerryr';
|
|
$GLOBALS['egw_info']['template']['jerryr']['title'] = 'jerryr';
|
|
$GLOBALS['egw_info']['template']['jerryr']['version'] = '1.0';
|
|
|
|
$GLOBALS['egw_info']['template']['jerryr']['author'] = 'Jerry Ruhe';
|
|
$GLOBALS['egw_info']['template']['jerryr']['license'] = 'GPL';
|
|
$GLOBALS['egw_info']['template']['jerryr']['windowed'] = False;
|
|
$GLOBALS['egw_info']['template']['jerryr']['icon'] = "phpgwapi/templates/jerryr/images/jerryr-logo.png";
|
|
$GLOBALS['egw_info']['template']['jerryr']['maintainer'] = array(
|
|
);
|
|
$GLOBALS['egw_info']['template']['jerryr']['description'] = "jerryr is a clone of the idots template set.";
|