phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] manual index.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] manual index.php
Date: Tue, 20 Feb 2007 13:34:38 +0000

CVSROOT:        /sources/phpgroupware
Module name:    manual
Changes by:     Sigurd Nes <sigurdne>   07/02/20 13:34:38

Modified files:
        .              : index.php 

Log message:
        stop header

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/manual/index.php?cvsroot=phpgroupware&r1=1.13&r2=1.14

Patches:
Index: index.php
===================================================================
RCS file: /sources/phpgroupware/manual/index.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- index.php   25 Oct 2006 13:53:34 -0000      1.13
+++ index.php   20 Feb 2007 13:34:37 -0000      1.14
@@ -5,12 +5,13 @@
        * @copyright Copyright (C) 2000-2002,2005 Free Software Foundation, 
Inc. http://www.fsf.org/
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package manual
-       * @version $Id: index.php,v 1.13 2006/10/25 13:53:34 sigurdne Exp $
+       * @version $Id: index.php,v 1.14 2007/02/20 13:34:37 sigurdne Exp $
        */
 
        $GLOBALS['phpgw_info']['flags'] = array
        (
-               'nonavbar'              => True,
+               'noheader'              => true,
+               'nonavbar'              => true,
                'currentapp'    => 'manual'
        );
        




reply via email to

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