ソースを参照

If emoticons are disabled make so the default emoticons are not used

Signed-off-by: emanuele <emanuele45@gmail.com>
emanuele 12 年 前
コミット
ce3e0aa956
1 ファイル変更4 行追加0 行削除
  1. 4 0
      Themes/default/GenericControls.template.php

+ 4 - 0
Themes/default/GenericControls.template.php

@@ -77,6 +77,10 @@ function template_control_richedit($editor_id, $smileyContainer = null, $bbcCont
 			echo '
 					}';
 		}
+		else
+			echo ',
+					emoticons:
+					{}';
 
 		if ($context['show_bbc'] && $bbcContainer !== null)
 		{