diff options
Diffstat (limited to 'phpBB/adm/index.php')
| -rw-r--r-- | phpBB/adm/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php index a2499451c0..a5a3dad145 100644 --- a/phpBB/adm/index.php +++ b/phpBB/adm/index.php @@ -57,6 +57,7 @@ $user->theme['primary']['pagination_sep'] = ''; // Set custom template for admin area $template->set_custom_template($phpbb_admin_path . 'style', 'admin'); +$template->assign_var('T_TEMPLATE_PATH', $phpbb_admin_path . 'style'); // Instantiate new module $module = new p_master(); |
