diff options
Diffstat (limited to 'config/config_develop.inc.php')
| -rw-r--r-- | config/config_develop.inc.php | 11 |
1 files changed, 0 insertions, 11 deletions
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 = [ "=)" => "⇒" , |
