mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
using include_once now to include the class we extend and exclusivly the etemplate.html class
This commit is contained in:
parent
759a9f8e1a
commit
850a835f1c
@ -12,7 +12,7 @@
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
include(PHPGW_API_INC . '/../../etemplate/inc/class.soetemplate.inc.php');
|
||||
include_once(PHPGW_INCLUDE_ROOT . '/etemplate/inc/class.soetemplate.inc.php');
|
||||
|
||||
/*!
|
||||
@class boetemplate
|
||||
|
@ -17,4 +17,4 @@
|
||||
{
|
||||
$ui = '_gtk';
|
||||
}
|
||||
include(PHPGW_API_INC . "/../../etemplate/inc/class.uietemplate$ui.inc.php");
|
||||
include_once(PHPGW_INCLUDE_ROOT . "/etemplate/inc/class.uietemplate$ui.inc.php");
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
include(PHPGW_API_INC . '/../../etemplate/inc/class.boetemplate.inc.php');
|
||||
include_once(PHPGW_INCLUDE_ROOT . '/etemplate/inc/class.boetemplate.inc.php');
|
||||
|
||||
/*!
|
||||
@class etemplate
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
include(PHPGW_API_INC . '/../../etemplate/inc/class.boetemplate.inc.php');
|
||||
include_once(PHPGW_INCLUDE_ROOT . '/etemplate/inc/class.boetemplate.inc.php');
|
||||
|
||||
/*!
|
||||
@class etemplate
|
||||
|
@ -39,4 +39,8 @@
|
||||
'appname' => 'phpgwapi',
|
||||
'versions' => Array('0.9.13', '0.9.14','0.9.15')
|
||||
);
|
||||
$setup_info['infolog']['depends'][] = array(
|
||||
'appname' => 'etemplate',
|
||||
'versions' => Array('0.9.13', '0.9.14','0.9.15')
|
||||
);
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user