phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/templates/simple head.inc.php, 1.3 navbar.in


From: powerstat
Subject: [Phpgroupware-cvs] phpgwapi/templates/simple head.inc.php, 1.3 navbar.inc.php, 1.4
Date: Thu, 28 Apr 2005 10:11:00 +0200

Update of phpgwapi/templates/simple

Modified Files:
     Branch: MAIN
            head.inc.php lines: +8 -11
            navbar.inc.php lines: +17 -10

Log Message:
phpdocs added to the rest outside inc

====================================================
Index: phpgwapi/templates/simple/head.inc.php
diff -u phpgwapi/templates/simple/head.inc.php:1.2 
phpgwapi/templates/simple/head.inc.php:1.3
--- phpgwapi/templates/simple/head.inc.php:1.2  Thu Dec 30 06:47:35 2004
+++ phpgwapi/templates/simple/head.inc.php      Thu Apr 28 08:11:59 2005
@@ -1,15 +1,12 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare                                                             *
-  * 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$ */
+       /**
+       * Template header
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package phpgwapi
+       * @subpackage gui
+       * @version $Id$
+       */

        $bodyheader = 
'BGCOLOR="'.$GLOBALS['phpgw_info']['theme']['bg_color'].'"';
        if ($GLOBALS['phpgw_info']['server']['htmlcompliant'])

====================================================
Index: phpgwapi/templates/simple/navbar.inc.php
diff -u phpgwapi/templates/simple/navbar.inc.php:1.3 
phpgwapi/templates/simple/navbar.inc.php:1.4
--- phpgwapi/templates/simple/navbar.inc.php:1.3        Mon Jan  3 23:16:19 2005
+++ phpgwapi/templates/simple/navbar.inc.php    Thu Apr 28 08:11:59 2005
@@ -1,16 +1,19 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare                                                             *
-  * 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.                                              *
-  \**************************************************************************/
+       /**
+       * Template navigation bar
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package phpgwapi
+       * @subpackage gui
+       * @version $Id$
+       */

-  /* $Id$ */

+       /**
+       * Parse navigation bar
+       *
+       * @param boolean $force
+       */
   function parse_navbar($force = False)
   {
                $tpl = createobject('phpgwapi.Template',PHPGW_TEMPLATE_DIR);
@@ -133,6 +136,10 @@
                return;
        }

+
+       /**
+       * Parse navigation bar end
+       */
        function parse_navbar_end()
        {
                if ($GLOBALS['phpgw_info']['server']['showpoweredbyon'] == 
'bottom')






reply via email to

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