mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Quick BugFix
git-svn-id: file:///svn/phpbb/trunk@1254 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
a03691ca8e
commit
493d836919
1 changed files with 2 additions and 2 deletions
|
@ -150,7 +150,7 @@ switch($mode)
|
||||||
"L_SUBMIT" => $lang['Submit_changes'],
|
"L_SUBMIT" => $lang['Submit_changes'],
|
||||||
"L_RESET" => $lang['Reset_changes'],
|
"L_RESET" => $lang['Reset_changes'],
|
||||||
|
|
||||||
"SMILEY_IMG" => $phpbb_root_path . '/' . $board_config['smilies_path'] . '/' . $smiley_edit_img,
|
"SMILEY_IMG" => $phpbb_root_path . $board_config['smilies_path'] . '/' . $smiley_edit_img,
|
||||||
|
|
||||||
"S_SMILEY_ACTION" => append_sid("admin_smilies.$phpEx"),
|
"S_SMILEY_ACTION" => append_sid("admin_smilies.$phpEx"),
|
||||||
"S_HIDDEN_FIELDS" => $s_hidden_fields,
|
"S_HIDDEN_FIELDS" => $s_hidden_fields,
|
||||||
|
@ -340,4 +340,4 @@ switch($mode)
|
||||||
//
|
//
|
||||||
include('page_footer_admin.'.$phpEx);
|
include('page_footer_admin.'.$phpEx);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Reference in a new issue