phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: cdb/outlook2xyz index.php,1.8,1.9


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: cdb/outlook2xyz index.php,1.8,1.9
Date: Tue, 20 Aug 2002 08:34:30 -0400

Update of /cvsroot/phpgroupware/cdb/outlook2xyz
In directory subversions:/tmp/cvs-serv27689

Modified Files:
        index.php 
Log Message:
banner, navbar cleanup

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/cdb/outlook2xyz/index.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** index.php   11 Nov 2001 15:43:43 -0000      1.8
--- index.php   20 Aug 2002 12:34:27 -0000      1.9
***************
*** 1,3 ****
--- 1,16 ----
  <?php
+   /**************************************************************************\
+   * phpGroupWare - Contact Database (cdb)                                    *
+   * http://www.phpgroupware.org                                              *
+   * Written by Patrick Walsh <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  *
+   *  option) any later version.                                              *
+   \**************************************************************************/
+ 
+   /* $Id$ */
+ 
        $GLOBALS['phpgw_info']['flags']['currentapp'] = 'cdb';
        $GLOBALS['phpgw_info']['server']['site_title'] = 'Import from Outlook';
***************
*** 25,29 ****
        {
                $GLOBALS['phpgw']->common->phpgw_header();
-               echo parse_navbar();
                echo "\n\n" . '<CENTER><TABLE WIDTH="90%"><TR BGCOLOR="' . 
$GLOBALS['phpgw_info']['theme']['navbar_bg'].'"><TD>';
                echo '<B><FONT SIZE=+2 COLOR="' . 
$GLOBALS['phpgw_info']['theme']['navbar_text'] . '">';
--- 38,41 ----





reply via email to

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