phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/justweb head.inc.php,1.13.2.


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/justweb head.inc.php,1.13.2.2,1.13.2.2.2.1
Date: Fri, 28 Mar 2003 01:08:36 -0500

Update of /cvsroot/phpgroupware/phpgwapi/templates/justweb
In directory subversions:/tmp/cvs-serv12701/justweb

Modified Files:
      Tag: Version-0_9_16-branch
        head.inc.php 
Log Message:
added appname to HTML Title

Index: head.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/justweb/Attic/head.inc.php,v
retrieving revision 1.13.2.2
retrieving revision 1.13.2.2.2.1
diff -C2 -r1.13.2.2 -r1.13.2.2.2.1
*** head.inc.php        23 Aug 2002 04:16:10 -0000      1.13.2.2
--- head.inc.php        28 Mar 2003 06:08:33 -0000      1.13.2.2.2.1
***************
*** 28,31 ****
--- 28,33 ----
        }
  
+       $app = (isset($GLOBALS['phpgw_info']['flags']['currentapp']) ? ' [' . 
lang($GLOBALS['phpgw_info']['flags']['currentapp']) .']' : '');
+ 
        $tpl = CreateObject('phpgwapi.Template',PHPGW_TEMPLATE_DIR);
        $tpl->set_unknowns('remove');
***************
*** 45,49 ****
                'charset'               => lang('charset'),
                'font_family'   => $GLOBALS['phpgw_info']['theme']['font'],
!               'website_title' => 
$GLOBALS['phpgw_info']['server']['site_title'],
                'body_tags'             => $bodyheader,
                'app_css'               => $app_css
--- 47,51 ----
                'charset'               => lang('charset'),
                'font_family'   => $GLOBALS['phpgw_info']['theme']['font'],
!               'website_title' => 
$GLOBALS['phpgw_info']['server']['site_title'] . $app,
                'body_tags'             => $bodyheader,
                'app_css'               => $app_css





reply via email to

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