phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/linux-at-work.de navbar.inc.p


From: Lars Kneschke <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/linux-at-work.de navbar.inc.php,1.6,1.6.2.1
Date: Sun, 24 Mar 2002 14:21:46 -0500

Update of /cvsroot/phpgroupware/phpgwapi/templates/linux-at-work.de
In directory subversions:/tmp/cvs-serv16994

Modified Files:
      Tag: Version-0_9_14-branch
        navbar.inc.php 
Log Message:
removed some unneeded output


Index: navbar.inc.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/phpgwapi/templates/linux-at-work.de/navbar.inc.php,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -C2 -r1.6 -r1.6.2.1
*** navbar.inc.php      2 Jan 2002 14:33:04 -0000       1.6
--- navbar.inc.php      24 Mar 2002 19:21:43 -0000      1.6.2.1
***************
*** 140,167 ****
        function parse_navbar_end()
        {
!               $tpl = CreateObject('phpgwapi.Template',PHPGW_TEMPLATE_DIR);
!               $tpl->set_unknowns('remove');
! 
!               $tpl->set_file(array('footer' => 'footer.tpl'));
!               $tpl->set_block('footer','B_powered_bottom','V_powered_bottom');
! 
!               if ($GLOBALS['phpgw_info']['server']['showpoweredbyon'] == 
'bottom')
!               {
!                       $var = Array(
!                               'powered'       => lang('Powered by 
phpGroupWare version x', 
$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']),
!                               'img_root'      => PHPGW_IMAGES_DIR,
!                               'power_backcolor'       => 
$GLOBALS['phpgw_info']['theme']['navbar_bg'],
!                               'power_textcolor'       => 
$GLOBALS['phpgw_info']['theme']['navbar_text']
  //                            'version'       => 
$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']
!                       );
!                       $tpl->set_var($var);
!                       $tpl->parse('V_powered_bottom','B_powered_bottom');
!               }
!               else
!               {
!                       $tpl->set_var('V_powered_bottom','');
!               }
! 
!               $GLOBALS['phpgw']->hooks->process('navbar_end');
!               $tpl->pfp('out','footer');
        }
--- 140,167 ----
        function parse_navbar_end()
        {
! #             $tpl = CreateObject('phpgwapi.Template',PHPGW_TEMPLATE_DIR);
! #             $tpl->set_unknowns('remove');
! #
! #             $tpl->set_file(array('footer' => 'footer.tpl'));
! #             $tpl->set_block('footer','B_powered_bottom','V_powered_bottom');
! #
! #             if ($GLOBALS['phpgw_info']['server']['showpoweredbyon'] == 
'bottom')
! #             {
! #                     $var = Array(
! #                             'powered'       => lang('Powered by 
phpGroupWare version x', 
$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']),
! #                             'img_root'      => PHPGW_IMAGES_DIR,
! #                             'power_backcolor'       => 
$GLOBALS['phpgw_info']['theme']['navbar_bg'],
! #                             'power_textcolor'       => 
$GLOBALS['phpgw_info']['theme']['navbar_text']
  //                            'version'       => 
$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']
! #                     );
! #                     $tpl->set_var($var);
! #                     $tpl->parse('V_powered_bottom','B_powered_bottom');
! #             }
! ##            else
! #             {
! #                     $tpl->set_var('V_powered_bottom','');
! #             }
! #
! #             $GLOBALS['phpgw']->hooks->process('navbar_end');
! #             $tpl->pfp('out','footer');
        }




reply via email to

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