|
From: Meik S. <acy...@ph...> - 2009-08-17 15:47:53
|
Author: acydburn
Date: Mon Aug 17 16:47:07 2009
New Revision: 10010
Log:
i know, i know, no need to hrm me. :P - r10009
Modified:
branches/phpBB-3_0_0/phpBB/includes/functions.php
Modified: branches/phpBB-3_0_0/phpBB/includes/functions.php
==============================================================================
*** branches/phpBB-3_0_0/phpBB/includes/functions.php (original)
--- branches/phpBB-3_0_0/phpBB/includes/functions.php Mon Aug 17 16:47:07 2009
***************
*** 4091,4097 ****
// Determine board url - we may need it later
$board_url = generate_board_url() . '/';
! $web_path = (defined('PHPBB_USE_BOARD_URL_PATH') && PHPBB_USE_BOARD_URL_PATH) ? $board_url . '/' : $phpbb_root_path;
// The following assigns all _common_ variables that may be used at any point in a template.
$template->assign_vars(array(
--- 4091,4097 ----
// Determine board url - we may need it later
$board_url = generate_board_url() . '/';
! $web_path = (defined('PHPBB_USE_BOARD_URL_PATH') && PHPBB_USE_BOARD_URL_PATH) ? $board_url : $phpbb_root_path;
// The following assigns all _common_ variables that may be used at any point in a template.
$template->assign_vars(array(
|