diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-09-09 23:22:29 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-09-09 23:22:29 +0000 |
commit | c0ac873a086d0d118fde15fbf5a13fed7c64af24 (patch) | |
tree | e8538ebd5262f9602b969b8e09ea79e550b7c23b /phpBB/templates/PSO | |
parent | 375e4d9903fe8faab63c275a250edc913eabae97 (diff) | |
download | forums-c0ac873a086d0d118fde15fbf5a13fed7c64af24.tar forums-c0ac873a086d0d118fde15fbf5a13fed7c64af24.tar.gz forums-c0ac873a086d0d118fde15fbf5a13fed7c64af24.tar.bz2 forums-c0ac873a086d0d118fde15fbf5a13fed7c64af24.tar.xz forums-c0ac873a086d0d118fde15fbf5a13fed7c64af24.zip |
Combined theme/templates in profile as suggested, added META refresh and made a couple of other changes
git-svn-id: file:///svn/phpbb/trunk@1018 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/PSO')
-rw-r--r-- | phpBB/templates/PSO/profile_add_body.tpl | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/phpBB/templates/PSO/profile_add_body.tpl b/phpBB/templates/PSO/profile_add_body.tpl index 1c3c5e9118..1b93490080 100644 --- a/phpBB/templates/PSO/profile_add_body.tpl +++ b/phpBB/templates/PSO/profile_add_body.tpl @@ -106,12 +106,8 @@ <td class="row2">{LANGUAGE_SELECT}</td> </tr> <tr> - <td class="row1"><span class="gen">{L_BOARD_THEME}:</span></td> - <td class="row2">{THEME_SELECT}</td> - </tr> - <tr> - <td class="row1"><span class="gen">{L_BOARD_TEMPLATE}:</span></td> - <td class="row2">{TEMPLATE_SELECT}</td> + <td class="row1"><span class="gen">{L_BOARD_STYLE}:</span></td> + <td class="row2">{STYLE_SELECT}</td> </tr> <tr> <td class="row1"><span class="gen">{L_TIMEZONE}:</span></td> |