phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/verdilak head.inc.php,1.12,1


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

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

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/verdilak/Attic/head.inc.php,v
retrieving revision 1.12
retrieving revision 1.12.4.1
diff -C2 -r1.12 -r1.12.4.1
*** head.inc.php        22 Dec 2001 22:47:57 -0000      1.12
--- head.inc.php        28 Mar 2003 06:08:33 -0000      1.12.4.1
***************
*** 31,34 ****
--- 31,37 ----
        }
  
+ 
+       $app = (isset($GLOBALS['phpgw_info']['flags']['currentapp']) ? ' [' . 
lang($GLOBALS['phpgw_info']['flags']['currentapp']) .']' : '');
+ 
        $tpl = CreateObject('phpgwapi.Template',PHPGW_TEMPLATE_DIR);
        $tpl->set_unknowns('remove');
***************
*** 39,43 ****
                '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
--- 42,46 ----
                '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]