From 2287ae9d9add4c3f2ef6b2afc8a371a4d6a087aa Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 27 Jun 2014 07:46:58 +0000 Subject: [PATCH] fix author, jerryr template is from Jerry Ruhe --- phpgwapi/templates/jerryr/setup/setup.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/phpgwapi/templates/jerryr/setup/setup.inc.php b/phpgwapi/templates/jerryr/setup/setup.inc.php index 6663be1de8..cf6d583ec4 100755 --- a/phpgwapi/templates/jerryr/setup/setup.inc.php +++ b/phpgwapi/templates/jerryr/setup/setup.inc.php @@ -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."; -?>