diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-03-22 12:00:29 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2023-03-22 12:00:29 +0000 |
| commit | b8ac06e96379c20d55009144c580089a0a7404aa (patch) | |
| tree | c2463ed506d31a13435bea4abef6c3ba59ad22d3 /config | |
| parent | 3dcee65137d7c25129c93a2f197084e2e9c8ab2f (diff) | |
remove smileys, fixes #2403
Closes #2403
Merge request studip/studip!1599
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.inc.php.dist | 11 | ||||
| -rw-r--r-- | config/config_develop.inc.php | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/config/config.inc.php.dist b/config/config.inc.php.dist index 099d03b..f0d5b27 100644 --- a/config/config.inc.php.dist +++ b/config/config.inc.php.dist @@ -44,7 +44,6 @@ global $NAME_FORMAT_DESC, $PERS_TERMIN_KAT, $SCM_PRESET, - $SMILE_SHORT, $SYMBOL_SHORT, $TERMIN_TYP, $TITLE_FRONT_TEMPLATE, @@ -252,16 +251,6 @@ $SCM_PRESET[3] = array("name"=>_("Links")); $SCM_PRESET[4] = array("name"=>_("Verschiedenes")); //you can add more presets here -//Shortcuts for smileys -$SMILE_SHORT = array( //diese Kuerzel fuegen das angegebene Smiley ein (Dateiname + ".gif") - ":)"=>"smile" , - ":-)"=>"asmile" , - ":#:"=>"zwinker" , - ":("=>"frown" , - ":o"=>"redface" , - ":D"=>"biggrin", - ";-)"=>"wink"); - //Shortcuts for symbols $SYMBOL_SHORT = array( "=)" => "⇒" , diff --git a/config/config_develop.inc.php b/config/config_develop.inc.php index f2ea173..26787a2 100644 --- a/config/config_develop.inc.php +++ b/config/config_develop.inc.php @@ -47,7 +47,6 @@ global $PERS_TERMIN_KAT, $SCM_PRESET, $SEM_STATUS_GROUPS, - $SMILE_SHORT, $SYMBOL_SHORT, $TERMIN_TYP, $TIME_PRESETS, @@ -309,16 +308,6 @@ $LIT_LIST_FORMAT_TEMPLATE = "**{dc_creator}** |({dc_contributor})||\n" . "{note}||\n" . "[{lit_plugin_display_name}]{external_link}|\n"; -//Shortcuts for smileys -$SMILE_SHORT = [ //diese Kuerzel fuegen das angegebene Smiley ein (Dateiname + ".gif") - ":)"=>"smile" , - ":-)"=>"asmile" , - ":#:"=>"zwinker" , - ":("=>"frown" , - ":o"=>"redface" , - ":D"=>"biggrin", - ";-)"=>"wink"]; - //Shortcuts for symbols $SYMBOL_SHORT = [ "=)" => "⇒" , |
