diff options
Diffstat (limited to 'phpBB/install/index.php')
-rw-r--r-- | phpBB/install/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php index e8a63e857e..98c54e4dd9 100644 --- a/phpBB/install/index.php +++ b/phpBB/install/index.php @@ -203,6 +203,7 @@ $config = new phpbb_config(array( )); $template->set_custom_template('../adm/style', 'admin'); +$template->assign_var('T_ASSETS_PATH', '../assets'); $template->assign_var('T_TEMPLATE_PATH', '../adm/style'); // the acp template is never stored in the database |