/**
 * The muboardGetImportantOfPosting return the an icon for important issues.
 *
 * @param  int       $id      posting id
 *
 * @return id the number of postings
 */
function smarty_modifier_muboardGetImportantOfPosting($id)
{
    $out = MUBoard_Util_View::getImportantOfPosting($id);
    return $out;
}