mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Fix bug #481673
git-svn-id: file:///svn/phpbb/trunk@1313 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
37fd84c057
commit
a3af441099
2 changed files with 3 additions and 2 deletions
|
@ -183,6 +183,7 @@ $template->assign_vars(array(
|
|||
"L_USE_SMTP" => $lang['Use_SMTP'],
|
||||
"L_USE_SMTP_EXPLAIN" => $lang['Use_SMTP_explain'],
|
||||
"L_SMTP_SERVER" => $lang['SMTP_server'],
|
||||
"L_SUBMIT" => $lang['Submit'],
|
||||
|
||||
"SITENAME" => $new['sitename'],
|
||||
"SITE_DESCRIPTION" => $new['site_desc'],
|
||||
|
|
|
@ -188,4 +188,4 @@
|
|||
</tr>
|
||||
</table></form>
|
||||
|
||||
<br clear="all">
|
||||
<br clear="all" />
|
||||
|
|
Loading…
Add table
Reference in a new issue