Aleksander Machniak
2015-10-22 37e9bd4fb89d17b28a13d568e3fbf1a56d1ee6d6
1
2
3
4
5
6
7
<?php
 
// Enable emoticons in plain text messages preview
$config['emoticons_display'] = false;
 
// Enable emoticons in compose editor (HTML)
$config['emoticons_compose'] = true;