fix author, jerryr template is from Jerry Ruhe

This commit is contained in:
Ralf Becker 2014-06-27 07:46:58 +00:00
parent e7f0292adc
commit 2287ae9d9a

View File

@ -15,11 +15,10 @@
$GLOBALS['egw_info']['template']['jerryr']['title'] = 'jerryr';
$GLOBALS['egw_info']['template']['jerryr']['version'] = '1.0';
$GLOBALS['egw_info']['template']['jerryr']['author'] = 'Pim Snel';
$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.";
?>