Quellcode durchsuchen

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

Signed-off-by: emanuele <[email protected]>
emanuele vor 12 Jahren
Ursprung
Commit
ce3e0aa956
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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)
 		{