summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 2366ce9c4..449bb4e51 100644
--- a/functions.php
+++ b/functions.php
@@ -4918,6 +4918,8 @@
if ($score > 100) {
$score_pic = "score_high.png";
+ } else if ($score < -100) {
+ $score_pic = "score_low.png";
} else {
$score_pic = "score_neutral.png";
}