[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] phpgwapi/templates/verdilak head.inc.php
From: |
Sigurd Nes |
Subject: |
[Phpgroupware-cvs] phpgwapi/templates/verdilak head.inc.php |
Date: |
Tue, 05 Sep 2006 17:47:45 +0000 |
CVSROOT: /sources/phpgwapi
Module name: phpgwapi
Changes by: Sigurd Nes <sigurdne> 06/09/05 17:47:45
Modified files:
templates/verdilak: head.inc.php
Log message:
notice
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/verdilak/head.inc.php?cvsroot=phpgwapi&r1=1.20&r2=1.21
Patches:
Index: head.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/templates/verdilak/head.inc.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- head.inc.php 5 Sep 2006 13:08:38 -0000 1.20
+++ head.inc.php 5 Sep 2006 17:47:45 -0000 1.21
@@ -5,7 +5,7 @@
* @license http://www.gnu.org/licenses/gpl.html GNU General Public
License
* @package phpgwapi
* @subpackage gui
- * @version $Id: head.inc.php,v 1.20 2006/09/05 13:08:38 sigurdne Exp $
+ * @version $Id: head.inc.php,v 1.21 2006/09/05 17:47:45 sigurdne Exp $
*/
// css file handling
@@ -33,7 +33,7 @@
'java_script' => $GLOBALS['phpgw']->common->get_java_script(),
'str_base_url' => $GLOBALS['phpgw']->link('/'),
'theme_css' => $css_ref,
- 'website_title' =>
$GLOBALS['phpgw_info']['server']['site_title'] . $app,
+ 'website_title' =>
(isset($GLOBALS['phpgw_info']['server']['site_title'])?$GLOBALS['phpgw_info']['server']['site_title']
. $app:''),
'win_on_events' => $GLOBALS['phpgw']->common->get_on_events()
);
$tpl->set_var($var);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] phpgwapi/templates/verdilak head.inc.php,
Sigurd Nes <=