phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/templates/simple head.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgwapi/templates/simple head.inc.php
Date: Tue, 28 Nov 2006 09:21:18 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Sigurd Nes <sigurdne>   06/11/28 09:21:18

Modified files:
        templates/simple: head.inc.php 

Log message:
        not conflicting with login css

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/simple/head.inc.php?cvsroot=phpgwapi&r1=1.5&r2=1.6

Patches:
Index: head.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/templates/simple/head.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- head.inc.php        28 Nov 2006 09:12:33 -0000      1.5
+++ head.inc.php        28 Nov 2006 09:21:18 -0000      1.6
@@ -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.5 2006/11/28 09:12:33 sigurdne Exp $
+       * @version $Id: head.inc.php,v 1.6 2006/11/28 09:21:18 sigurdne Exp $
        */
 
        if ( !isset($GLOBALS['phpgw_info']['server']['site_title']) )
@@ -17,7 +17,7 @@
        $tpl->set_unknowns('remove');
        $tpl->set_file(array('head' => 'head.tpl'));
        $tpl->set_block('head', 'theme_stylesheet', 'theme_stylesheets');
-       $style = 
"{$GLOBALS['phpgw_info']['server']['webserver_url']}/phpgwapi/templates/simple/css/base.css";
+       $style = 
"{$GLOBALS['phpgw_info']['server']['webserver_url']}/phpgwapi/templates/simple/css/styles.css";
        $tpl->set_var('theme_style', $style);
        $tpl->parse('theme_stylesheets', 'theme_stylesheet', true);
 




reply via email to

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