phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] comic/inc/hook_admin.inc.php, 1.11


From: nomail
Subject: [Phpgroupware-cvs] comic/inc/hook_admin.inc.php, 1.11
Date: Wed, 21 Jul 2004 01:51:55 +0200

Update of /comic/inc
Modified Files:
        Branch: 
          hook_admin.inc.php

date: 2004/07/20 23:51:55;  author: skwashd;  state: Exp;  lines: +11 -11

Log Message:
merge from 16 and image clean up
=====================================================================
Index: comic/inc/hook_admin.inc.php
diff -u comic/inc/hook_admin.inc.php:1.10 comic/inc/hook_admin.inc.php:1.11
--- comic/inc/hook_admin.inc.php:1.10   Wed Apr 23 01:39:34 2003
+++ comic/inc/hook_admin.inc.php        Tue Jul 20 23:51:55 2004
@@ -9,17 +9,17 @@
        *  Free Software Foundation; either version 2 of the License, or (at 
your  *
        *  option) any later version.                                           
   *
        
\**************************************************************************/
-       /* $Id$ */
-
-       {
-               $file = Array
-               (
-                       'Global Options'        => 
$GLOBALS['phpgw']->link('/comic/admin_options.php'),
-                       'Global Comics'         => 
$GLOBALS['phpgw']->link('/comic/admin_comics.php'),
-                       'Reset Comic Data'      => 
$GLOBALS['phpgw']->link('/comic/admin_comics_reset.php')
-               );
 
+       /* $Id$ */
+{
+// Only Modify the $file and $title variables.....
+       $title = 'Daily Comics';
+       $file = Array(
+               'Global Options'                => 
$GLOBALS['phpgw']->link('/comic/admin_options.php'),
+               'Global Comics' => 
$GLOBALS['phpgw']->link('/comic/admin_comics.php'),
+               'Reset Comic Data'      => 
$GLOBALS['phpgw']->link('/comic/admin_comics_reset.php')
+       );
 //Do not modify below this line
-               $GLOBALS['phpgw']->common->display_mainscreen($appname,$file);
-       }
+       display_section($appname,$title,$file);
+}
 ?>




reply via email to

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