/**
 * The muboardGetStateOfPostingAbo return the state of abo.
 *
 * @param  int       $id      posting id
 *
 * @return out html
 */
function smarty_modifier_muboardGetStateOfPostingAbo($id)
{
    $out = MUBoard_Util_View::getStateOfPostingAbo($id);
    return $out;
}