You are here

function theme_smiley_select_table in Smiley 6

1 theme call to theme_smiley_select_table()
smiley_form_alter in ./smiley.module
Implementation of hook_form_alter().

File

./smiley.module, line 197

Code

function theme_smiley_select_table($promoted = false) {
  return '<div class="smiley">' . _smiley_select_table($promoted) . '</div>';
}