diff --git a/etemplate/setup/setup.inc.php b/etemplate/setup/setup.inc.php
index ad8f3577bd..0262a7c36e 100644
--- a/etemplate/setup/setup.inc.php
+++ b/etemplate/setup/setup.inc.php
@@ -13,7 +13,6 @@
/* $Id$ */
$setup_info['etemplate']['name'] = 'etemplate';
- $setup_info['etemplate']['title'] = 'eTemplate';
$setup_info['etemplate']['version'] = '0.9.15.002';
$setup_info['etemplate']['app_order'] = 8; // just behind the developers-tools
$setup_info['etemplate']['tables'] = array('phpgw_etemplate');
@@ -30,8 +29,9 @@
interactive editor and a database table-editor (creates tables_current.inc.php and
updates automaticaly tables_update.inc.php).';
$setup_info['etemplate']['note'] =
- 'For more information check out the Tutorial
- and the Referenz Documentation.';
+ 'For more information check out the Tutorial,
+ the Referenz Documentation
+ or the eTemplate page in our Wiki.';
/* The hooks this app includes, needed for hooks registration */
//$setup_info['etemplate']['hooks'][] = 'preferences';
@@ -41,6 +41,6 @@
/* Dependencies for this app to work */
$setup_info['etemplate']['depends'][] = array(
'appname' => 'phpgwapi',
- 'versions' => Array('0.9.13','0.9.14','0.9.15')
+ 'versions' => Array('0.9.13','0.9.14','0.9.15','0.9.16')
);
?>