1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 05:34:01 +02:00

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
This commit is contained in:
Chris Smith
2008-09-04 11:39:25 +00:00
parent f2abefeaed
commit 0dbe7e3b6c
13 changed files with 36 additions and 395 deletions

View File

@@ -1955,7 +1955,7 @@ class install_install extends module
'TITLE' => $lang['INSTALL_CONGRATS'],
'BODY' => sprintf($lang['INSTALL_CONGRATS_EXPLAIN'], $config['version'], append_sid('install/index', 'mode=convert&language=' . $data['language']), '../docs/README.html'),
'L_SUBMIT' => $lang['INSTALL_LOGIN'],
'U_ACTION' => append_sid(CONFIG_ADM_FOLDER . '/index'),
'U_ACTION' => append_sid('adm/index'),
));
}