phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] filemanager/inc/hook_preferences.inc.php, 1.11


From: nomail
Subject: [Phpgroupware-cvs] filemanager/inc/hook_preferences.inc.php, 1.11
Date: Thu, 30 Dec 2004 10:17:57 +0100

Update of /filemanager/inc
Modified Files:
        Branch: 
          hook_preferences.inc.php

date: 2004/12/30 09:17:57;  author: skwashd;  state: Exp;  lines: +10 -8

Log Message:
clean up, merge, remove crud and apply patch #3525
=====================================================================
Index: filemanager/inc/hook_preferences.inc.php
diff -u filemanager/inc/hook_preferences.inc.php:1.10 
filemanager/inc/hook_preferences.inc.php:1.11
--- filemanager/inc/hook_preferences.inc.php:1.10       Thu Mar 27 10:51:58 2003
+++ filemanager/inc/hook_preferences.inc.php    Thu Dec 30 09:17:57 2004
@@ -1,5 +1,9 @@
 <?php
-  /**************************************************************************\ 
                  *
+  /**************************************************************************\
+  * phpGroupWare                                                             *
+  * http://www.phpgroupware.org                                              *
+  * Written by Joseph Engo <address@hidden>                          *
+  * --------------------------------------------                             *
   *  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  *
@@ -8,14 +12,12 @@
 
   /* $Id$ */
 {
-
+// Only Modify the $file and $title variables.....
+       $title = $appname;
        $file = Array(
-                       'Preferences' => 
$GLOBALS['phpgw']->link('/preferences/preferences.php',array(
-                               'appname' =>$appname,
-                               'type' => 'user')
-                       )
+               lang('Preferences')     => 
$GLOBALS['phpgw']->link('/filemanager/preferences.php')
        );
 //Do not modify below this line
-       display_section($appname,$file);
+       display_section($appname,$title,$file);
 }
 ?>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]