id); $i_score = int_escape($image->numeric_score); $html = " Current Score: $i_score
"; if($user->is_admin()) { $html .= "See All Votes "; } return $html; } public function get_nuller_html(User $duser) { global $user; $html = "
"; return $html; } } ?>