diff --git a/contrib/numeric_score/main.php b/contrib/numeric_score/main.php index 3b786e20..0ab462c6 100644 --- a/contrib/numeric_score/main.php +++ b/contrib/numeric_score/main.php @@ -35,9 +35,6 @@ class NumericScore implements Extension { if($event instanceof DisplayingImageEvent) { if(!$user->is_anonymous()) { $html = $this->theme->get_voter_html($event->image); - if($user->is_admin()) { - $html .= "

See All Votes"; - } $page->add_block(new Block("Image Score", $html, "left", 20)); } } diff --git a/contrib/numeric_score/theme.php b/contrib/numeric_score/theme.php index 0d2a1953..eab5b338 100644 --- a/contrib/numeric_score/theme.php +++ b/contrib/numeric_score/theme.php @@ -37,6 +37,8 @@ class NumericScoreTheme extends Themelet { + +

See All Votes "; } return $html;