phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] calendar/help index.php,1.6


From: skwashd
Subject: [Phpgroupware-cvs] calendar/help index.php,1.6
Date: Sun, 15 May 2005 07:48:00 +0200

Update of calendar/help

Modified Files:
     Branch: MAIN
            index.php lines: +11 -17

Log Message:
rollback unlawful header changes and get a usable base so I can merge in 16 
changes

====================================================
Index: calendar/help/index.php
diff -u calendar/help/index.php:1.5 calendar/help/index.php:1.6
--- calendar/help/index.php:1.5 Wed May 11 11:38:07 2005
+++ calendar/help/index.php     Sun May 15 05:48:34 2005
@@ -1,28 +1,22 @@
 <?php
-       /**
-       * Calendar - User manual
-       *
-       * @copyright Copyright (C) 2002,2005 Free Software Foundation, Inc. 
http://www.fsf.org/
-       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
-       * @package calendar
-       * @subpackage manual
-       * @version $Id$
-       */
+  /**************************************************************************\
+  * phpGroupWare - User manual                                               *
+  * http://www.phpgroupware.org                                              *
+  * --------------------------------------------                             *
+  *  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$ */

        $phpgw_flags = Array(
                'currentapp'    => 'manual'
        );
        $phpgw_info['flags'] = $phpgw_flags;
-
-       /**
-       * Include phpgroupware header
-       */
        include('../../header.inc.php');
        $appname = 'calendar';
-
-       /**
-       * Include calendar setup
-       */
        include(PHPGW_SERVER_ROOT.'/'.$appname.'/setup/setup.inc.php');
 ?>
 <img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" 
border="0"><p/>






reply via email to

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