aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/index.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2005-12-21 18:18:12 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2005-12-21 18:18:12 +0000
commitf4f2ab3a35ed74eefe713c9d3d9aada841201161 (patch)
tree32d31d4692d49bae47707ee18fc2b32b50fb23f0 /phpBB/adm/index.php
parent1ba4064f20c20b8a57bdf66602a9d5172ea5df32 (diff)
downloadforums-f4f2ab3a35ed74eefe713c9d3d9aada841201161.tar
forums-f4f2ab3a35ed74eefe713c9d3d9aada841201161.tar.gz
forums-f4f2ab3a35ed74eefe713c9d3d9aada841201161.tar.bz2
forums-f4f2ab3a35ed74eefe713c9d3d9aada841201161.tar.xz
forums-f4f2ab3a35ed74eefe713c9d3d9aada841201161.zip
- user avatar, user signature, user attachments
git-svn-id: file:///svn/phpbb/trunk@5365 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/index.php')
-rw-r--r--phpBB/adm/index.php1
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();