logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

CVS: phpgwapi/templates/idsociety head.inc.php,1.11.2.2,1.11.2.2.2.1: msg#00657

Subject: CVS: phpgwapi/templates/idsociety head.inc.php,1.11.2.2,1.11.2.2.2.1
Update of /cvsroot/phpgroupware/phpgwapi/templates/idsociety
In directory subversions:/tmp/cvs-serv12701/idsociety

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/idsociety/Attic/head.inc.php,v
retrieving revision 1.11.2.2
retrieving revision 1.11.2.2.2.1
diff -C2 -r1.11.2.2 -r1.11.2.2.2.1
*** head.inc.php        15 Mar 2002 01:23:41 -0000      1.11.2.2
--- head.inc.php        28 Mar 2003 06:08:33 -0000      1.11.2.2.2.1
***************
*** 39,42 ****
--- 39,45 ----
        }
  
+ 
+       $app = (isset($GLOBALS['phpgw_info']['flags']['currentapp']) ? ' [' . 
lang($GLOBALS['phpgw_info']['flags']['currentapp']) .']' : '');
+ 
        $tpl = CreateObject('phpgwapi.Template',PHPGW_TEMPLATE_DIR);
        $tpl->set_unknowns('remove');
***************
*** 47,51 ****
                'charset'               => lang('charset'),
                'font_family'   => $GLOBALS['phpgw_info']['theme']['font'],
!               'website_title' => 
$GLOBALS['phpgw_info']['server']['site_title'],
                'body_tags'             => $bodyheader,
                'css_link'              => 
$GLOBALS['phpgw_info']['theme']['link'],
--- 50,54 ----
                'charset'               => lang('charset'),
                'font_family'   => $GLOBALS['phpgw_info']['theme']['font'],
!               'website_title' => 
$GLOBALS['phpgw_info']['server']['site_title'] . $app,
                'body_tags'             => $bodyheader,
                'css_link'              => 
$GLOBALS['phpgw_info']['theme']['link'],


<Prev in Thread] Current Thread [Next in Thread>