aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/index.php
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2008-09-04 11:39:25 +0000
committerChris Smith <toonarmy@phpbb.com>2011-09-20 21:06:51 +0100
commit9e4349e7faac65403de02fd090a837fee92b764a (patch)
tree7727f53d3d756508e0baf78c5c3713355b52525b /phpBB/adm/index.php
parent57451a2014bba889ea8fe3c8053c6442948cc728 (diff)
downloadforums-9e4349e7faac65403de02fd090a837fee92b764a.tar
forums-9e4349e7faac65403de02fd090a837fee92b764a.tar.gz
forums-9e4349e7faac65403de02fd090a837fee92b764a.tar.bz2
forums-9e4349e7faac65403de02fd090a837fee92b764a.tar.xz
forums-9e4349e7faac65403de02fd090a837fee92b764a.zip
[feature/remove-db-styles] Removed database storage of style components.
The bulk of database storage of templates is removed, rendering template stored in the database as useless. Theme database storage is reduced to a skeleton for full removal soon. This commit was cherry picked from the old feature/ascraeus-experiment branch the old commit hash is 0dbe7e3b6cd450342d3c566eb2caf36ca1b5db8e. PHPBB3-9741
Diffstat (limited to 'phpBB/adm/index.php')
-rw-r--r--phpBB/adm/index.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php
index 2444a1b597..4f4d9ccedd 100644
--- a/phpBB/adm/index.php
+++ b/phpBB/adm/index.php
@@ -56,9 +56,6 @@ $template->set_custom_template($phpbb_admin_path . 'style', 'admin');
$template->assign_var('T_ASSETS_PATH', $phpbb_root_path . 'assets');
$template->assign_var('T_TEMPLATE_PATH', $phpbb_admin_path . 'style');
-// the acp template is never stored in the database
-$user->theme['template_storedb'] = false;
-
// Instantiate new module
$module = new p_master();