updated msi to include xml changes
[eq/.git] / inc / hook_admin.inc.php
1 <?php
2   /**************************************************************************\
3   * phpGroupWare - tc                                                        *
4   * http://www.phpgroupware.org                                              *
5   * -----------------------------------------------                          *
6   *  This program is free software; you can redistribute it and/or modify it *
7   *  under the terms of the GNU General Public License as published by the   *
8   *  Free Software Foundation; either version 2 of the License, or (at your  *
9   *  option) any later version.                                              *
10   \**************************************************************************/
11
12         /* $Id: hook_admin.inc.php,v 1.3.4.1 2003/03/27 18:10:15 ralfbecker Exp $ */
13 {
14 // Only Modify the $file and $title variables.....
15         $file = Array(
16 //              'Administrate'  => $GLOBALS['phpgw']->link('/tc/admin.php'),
17         );
18 //Do not modify below this line
19         display_section($appname,$file);
20 }
21 ?>