aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2011-09-05 06:03:19 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2011-09-05 06:03:19 -0400
commit145bc230440f3a1a8d3252cfbfb767678d085320 (patch)
tree451833c03814530e0a4b1aaad069fb5ba4ae4fcb /phpBB/includes/functions.php
parent367fe0b4cff31fc11185b84bc7e9e7936fe470e9 (diff)
parentb98fca54b0fd0e9aaca2f0f12ae9bcae14d014ec (diff)
downloadforums-145bc230440f3a1a8d3252cfbfb767678d085320.tar
forums-145bc230440f3a1a8d3252cfbfb767678d085320.tar.gz
forums-145bc230440f3a1a8d3252cfbfb767678d085320.tar.bz2
forums-145bc230440f3a1a8d3252cfbfb767678d085320.tar.xz
forums-145bc230440f3a1a8d3252cfbfb767678d085320.zip
Merge remote-tracking branch 'igorw/ticket/10155' into develop
* igorw/ticket/10155: [ticket/10155] Briefly explain assets in coding-guidelines [ticket/10155] Move jQuery inclusion to footer [ticket/10155] Update to jQuery 1.6.2 [ticket/10155] Add jQuery to AUTHORS [ticket/10155] Add jQuery, introduce global assets path
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index e73f90a772..0d0b431cc2 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -4550,6 +4550,7 @@ function page_header($page_title = '', $display_online_list = true, $item_id = 0
'S_SEARCH_HIDDEN_FIELDS' => build_hidden_fields($s_search_hidden_fields),
+ 'T_ASSETS_PATH' => "{$web_path}assets",
'T_THEME_PATH' => "{$web_path}styles/" . $user->theme['theme_path'] . '/theme',
'T_TEMPLATE_PATH' => "{$web_path}styles/" . $user->theme['template_path'] . '/template',
'T_SUPER_TEMPLATE_PATH' => (isset($user->theme['template_inherit_path']) && $user->theme['template_inherit_path']) ? "{$web_path}styles/" . $user->theme['template_inherit_path'] . '/template' : "{$web_path}styles/" . $user->theme['template_path'] . '/template',