phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/templates/verdilak head.inc.php, 1.15 navbar


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

Update of phpgwapi/templates/verdilak

Modified Files:
     Branch: MAIN
            head.inc.php lines: +8 -11
            navbar.inc.php lines: +20 -12

Log Message:
phpdocs added to the rest outside inc

====================================================
Index: phpgwapi/templates/verdilak/head.inc.php
diff -u phpgwapi/templates/verdilak/head.inc.php:1.14 
phpgwapi/templates/verdilak/head.inc.php:1.15
--- phpgwapi/templates/verdilak/head.inc.php:1.14       Thu Dec 30 07:22:21 2004
+++ phpgwapi/templates/verdilak/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'] . '" alink="'
                        . $GLOBALS['phpgw_info']['theme']['alink'] . '" link="' 
. $GLOBALS['phpgw_info']['theme']['link'] . '" vlink="'

====================================================
Index: phpgwapi/templates/verdilak/navbar.inc.php
diff -u phpgwapi/templates/verdilak/navbar.inc.php:1.30 
phpgwapi/templates/verdilak/navbar.inc.php:1.31
--- phpgwapi/templates/verdilak/navbar.inc.php:1.30     Thu Dec 30 07:22:21 2004
+++ phpgwapi/templates/verdilak/navbar.inc.php  Thu Apr 28 08:11:59 2005
@@ -1,16 +1,20 @@
 <?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 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$
+       */
+
+
+       /**
+       * Parse navigation var
+       *
+       * @param boolean $force
+       * @ignore
+       */
        function parse_navbar($force = False)
        {
                $tpl = createobject('phpgwapi.Template',PHPGW_TEMPLATE_DIR);
@@ -153,6 +157,10 @@
                return;
        }

+       /**
+       * Parse navigation bar end
+       * @ignore
+       */
        function parse_navbar_end()
        {
                $tpl = createobject('phpgwapi.Template',PHPGW_TEMPLATE_DIR);






reply via email to

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