diff options
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/index.php | 3 | ||||
-rw-r--r-- | phpBB/adm/style/acp_styles.html | 7 |
2 files changed, 0 insertions, 10 deletions
diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php index 0212cf237c..1a699bfac4 100644 --- a/phpBB/adm/index.php +++ b/phpBB/adm/index.php @@ -59,9 +59,6 @@ $mode = request_var('mode', ''); $template->set_custom_template(PHPBB_ADMIN_PATH . 'style', 'admin'); $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(); diff --git a/phpBB/adm/style/acp_styles.html b/phpBB/adm/style/acp_styles.html index a1363fce8d..3f25ded9f7 100644 --- a/phpBB/adm/style/acp_styles.html +++ b/phpBB/adm/style/acp_styles.html @@ -475,13 +475,6 @@ <dd><!-- IF S_INSTALL --><b id="imageset_id">{IMAGESET_NAME}</b><!-- ELSE --><select id="imageset_id" name="imageset_id">{S_IMAGESET_OPTIONS}</select><!-- ENDIF --></dd> </dl> <!-- ENDIF --> - <!-- IF S_TEMPLATE or S_THEME --> - <dl> - <dt><label for="store_db">{L_LOCATION}:</label><br /><span>{L_LOCATION_EXPLAIN}</span></dt> - <dd><label><input type="radio" class="radio" name="store_db" value="0"<!-- IF not S_STORE_DB --> id="store_db" checked="checked"<!-- ENDIF --> /> {L_STORE_FILESYSTEM}</label> - <label><input type="radio" class="radio" name="store_db" value="1"<!-- IF S_STORE_DB --> id="store_db" checked="checked"<!-- ENDIF --> /> {L_STORE_DATABASE}</label></dd> - </dl> - <!-- ENDIF --> <!-- IF S_STYLE --> </fieldset> |