1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/14039] Fix T_TEMPLATE_PATH constant

PHPBB3-14039
This commit is contained in:
Mate Bartus
2015-10-18 11:22:19 +02:00
parent 85eb6a0bc0
commit afe91fa7d3
2 changed files with 2 additions and 2 deletions

View File

@@ -271,7 +271,7 @@ class helper
'PAGE_TITLE' => $this->language->lang($page_title),
'T_IMAGE_PATH' => $this->path_helper->get_web_root_path() . $path . 'images/',
'T_JQUERY_LINK' => $this->path_helper->get_web_root_path() . $path . '../assets/javascript/jquery.min.js',
'T_TEMPLATE_PATH' => $this->path_helper->get_web_root_path() . $path . 'style',
'T_TEMPLATE_PATH' => $this->path_helper->get_web_root_path() . $path . 'style/',
'T_ASSETS_PATH' => $this->path_helper->get_web_root_path() . $path . '../assets/',
'S_CONTENT_DIRECTION' => $this->language->lang('DIRECTION'),