phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] email/inc class.html_widgets.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] email/inc class.html_widgets.inc.php
Date: Wed, 20 Dec 2006 08:22:44 +0000

CVSROOT:        /sources/phpgroupware
Module name:    email
Changes by:     Sigurd Nes <sigurdne>   06/12/20 08:22:44

Modified files:
        inc            : class.html_widgets.inc.php 

Log message:
        setroot

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/email/inc/class.html_widgets.inc.php?cvsroot=phpgroupware&r1=1.12&r2=1.13

Patches:
Index: class.html_widgets.inc.php
===================================================================
RCS file: /sources/phpgroupware/email/inc/class.html_widgets.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- class.html_widgets.inc.php  18 Dec 2006 14:44:38 -0000      1.12
+++ class.html_widgets.inc.php  20 Dec 2006 08:22:44 -0000      1.13
@@ -7,7 +7,7 @@
        * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
        * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package email
-       * @version $Id: class.html_widgets.inc.php,v 1.12 2006/12/18 14:44:38 
sigurdne Exp $
+       * @version $Id: class.html_widgets.inc.php,v 1.13 2006/12/20 08:22:44 
sigurdne Exp $
        * @internal Based on AngleMail http://www.anglemail.org/
        */
 
@@ -1803,7 +1803,8 @@
                        unset($GLOBALS['phpgw_info']['flags']['nonavbar']);
                        $GLOBALS['phpgw_info']['flags']['noappheader'] = True;
                        $GLOBALS['phpgw_info']['flags']['noappfooter'] = True;
-                       $GLOBALS['phpgw']->common->phpgw_header();
+                       $GLOBALS['phpgw']->common->phpgw_header(True);
+                       $GLOBALS['phpgw']->template->set_root(PHPGW_APP_TPL);
                        
                        $GLOBALS['phpgw']->template->set_file(array(
                                'T_error_report' => 'error_report.tpl'




reply via email to

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