|
From: Bart v. B. <ba...@us...> - 2001-12-10 16:52:21
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv25830/includes
Modified Files:
functions.php
Log Message:
Fixed #490848 and introduced $current_template_path
Index: functions.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/functions.php,v
retrieving revision 1.89
retrieving revision 1.90
diff -C2 -r1.89 -r1.90
*** functions.php 2001/12/05 00:50:12 1.89
--- functions.php 2001/12/10 16:52:16 1.90
***************
*** 329,332 ****
--- 329,333 ----
if( $template )
{
+ $current_template_path = $template_path . $template_name . '/';
@include($phpbb_root_path . $template_path . $template_name . '/' . $template_name . '.cfg');
***************
*** 1177,1179 ****
}
! ?>
\ No newline at end of file
--- 1178,1180 ----
}
! ?>
|