
Backend/Func/EmoticonsBox.pm - Emoticons Selecter
This function returns the HTML for a table of the board's emoticons.
my $html = $self->EmoticonsBox($fid, $form_name, $field_name);
Example
my $fid = $self->_param('fid');
$ret .= $self->EmoticonsBox($fid, 'post', 'content');
|