Leider werden die Grafiken nicht angezeigt

Wisst ihr, woran das liegen könnte?
Hier ein Link zum besagten Forum, wo der Fehler auftritt: http://www.flos-castle.de/phpBB2/downloads.php?cat=6
Wäre super, wenn jemand Hilfe weiß!
Code: Alles auswählen
# Finde in templates/subSilver/subSilver.cfg
#########################
$images['voting_graphic'][4] = "$current_template_images/voting_bar.gif";
########################
# Füge danach ein:
########################
$images['Dl_grey'] = "$current_template_images/dl_grey.gif";
$images['Dl_red'] = "$current_template_images/dl_red.gif";
$images['Dl_green'] = "$current_template_images/dl_green.gif";
$images['Dl_yellow'] = "$current_template_images/dl_yellow.gif";
########################