diff options
author | Chris Smith <toonarmy@phpbb.com> | 2008-09-04 11:39:25 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2008-09-04 11:39:25 +0000 |
commit | 0dbe7e3b6cd450342d3c566eb2caf36ca1b5db8e (patch) | |
tree | 487aac1350289566636b7d1b9cbb629400145040 /phpBB/adm/style | |
parent | f2abefeaed267a405ae1ccafba7ce2a52794fadc (diff) | |
download | forums-0dbe7e3b6cd450342d3c566eb2caf36ca1b5db8e.tar forums-0dbe7e3b6cd450342d3c566eb2caf36ca1b5db8e.tar.gz forums-0dbe7e3b6cd450342d3c566eb2caf36ca1b5db8e.tar.bz2 forums-0dbe7e3b6cd450342d3c566eb2caf36ca1b5db8e.tar.xz forums-0dbe7e3b6cd450342d3c566eb2caf36ca1b5db8e.zip |
Remove caching of templates from the database completely, themes is cut down ready for a complete chop, and fix the installer :)
git-svn-id: file:///svn/phpbb/trunk@8812 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_styles.html | 7 |
1 files changed, 0 insertions, 7 deletions
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> |