phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/default head.inc.php,1.11.2.


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

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

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/default/Attic/head.inc.php,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.1.2.1
diff -C2 -r1.11.2.1 -r1.11.2.1.2.1
*** head.inc.php        15 Mar 2002 01:23:15 -0000      1.11.2.1
--- head.inc.php        28 Mar 2003 06:08:33 -0000      1.11.2.1.2.1
***************
*** 32,35 ****
--- 32,37 ----
        $tpl->set_file(array('head' => 'head.tpl'));
  
+       $app = (isset($GLOBALS['phpgw_info']['flags']['currentapp']) ? ' [' . 
lang($GLOBALS['phpgw_info']['flags']['currentapp']) .']' : '');
+ 
        $var = Array (
                'img_icon'      => PHPGW_IMAGES_DIR . '/favicon.ico',
***************
*** 37,41 ****
                '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
--- 39,43 ----
                '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]