/**
 * The muboardGetStateOfForumAbo return the state of abo.
 *
 * @param  int       $id      forum id
 *
 * @return out html
 */
function smarty_modifier_muboardGetStateOfForumAbo($id, $view)
{
    $out = MUBoard_Util_View::getStateOfForumAbo($id, $view);
    return $out;
}