Line 40 | Line 40 |
---|
protected $installer_config;
/**
|
protected $installer_config;
/**
|
* @var \phpbb\language\language
| * @var language
|
*/ protected $language;
| */ protected $language;
|
Line 50 | Line 50 |
---|
protected $language_cookie;
/**
|
protected $language_cookie;
/**
|
* @var \phpbb\language\language_file_helper
| * @var language_file_helper
|
*/ protected $lang_helper;
/**
|
*/ protected $lang_helper;
/**
|
* @var \phpbb\install\helper\navigation\navigation_provider
| * @var navigation_provider
|
*/ protected $navigation_provider;
/**
|
*/ protected $navigation_provider;
/**
|
* @var \phpbb\template\template
| * @var template
|
*/ protected $template;
/**
|
*/ protected $template;
/**
|
* @var \phpbb\path_helper
| * @var path_helper
|
*/ protected $path_helper;
/**
|
*/ protected $path_helper;
/**
|
* @var \phpbb\request\request
| * @var request
|
*/ protected $phpbb_request;
/**
|
*/ protected $phpbb_request;
/**
|
* @var \phpbb\symfony_request
| * @var symfony_request
|
*/ protected $request;
/**
|
*/ protected $request;
/**
|
* @var \phpbb\routing\router
| * @var router
|
*/ protected $router;
| */ protected $router;
|
Line 267 | Line 267 |
---|
'L_SKIP' => $this->language->lang('SKIP'), 'PAGE_TITLE' => $this->language->lang($page_title), 'T_IMAGE_PATH' => $this->path_helper->get_web_root_path() . $path . 'images',
|
'L_SKIP' => $this->language->lang('SKIP'), '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-3.4.1.min.js',
| 'T_JQUERY_LINK' => $this->path_helper->get_web_root_path() . $path . '../assets/javascript/jquery-3.7.1.min.js',
|
'T_TEMPLATE_PATH' => $this->path_helper->get_web_root_path() . $path . 'style', 'T_ASSETS_PATH' => $this->path_helper->get_web_root_path() . $path . '../assets',
| 'T_TEMPLATE_PATH' => $this->path_helper->get_web_root_path() . $path . 'style', 'T_ASSETS_PATH' => $this->path_helper->get_web_root_path() . $path . '../assets',
|