]> git.mxchange.org Git - friendica.git/blob - mod/smilies.php
Updated modules to allow for partial overrides without errors
[friendica.git] / mod / smilies.php
1 <?php
2
3 if(! function_exists('smilies_content')) {
4 function smilies_content(&$a) {
5   return smilies('',true);
6 }
7 }