aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/viewtopic_body.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/subSilver/viewtopic_body.html')
-rw-r--r--phpBB/templates/subSilver/viewtopic_body.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/templates/subSilver/viewtopic_body.html b/phpBB/templates/subSilver/viewtopic_body.html
index 66eb3b5091..af4314ec23 100644
--- a/phpBB/templates/subSilver/viewtopic_body.html
+++ b/phpBB/templates/subSilver/viewtopic_body.html
@@ -54,9 +54,9 @@
<td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>
<td><table cellspacing="0" cellpadding="0" border="0">
<tr>
- <td><img src="templates/subSilver/images/vote_lcap.gif" width="4" alt="" height="12" /></td>
- <td><img src="{poll_option.POLL_OPTION_IMG}" width="{poll_option.POLL_OPTION_IMG_WIDTH}" height="12" alt="{poll_option.POLL_OPTION_PERCENT}" /></td>
- <td><img src="templates/subSilver/images/vote_rcap.gif" width="4" alt="" height="12" /></td>
+ <td>{POLL_LEFT_CAP_IMG}</td>
+ <td>{poll_option.POLL_OPTION_IMG}</td>
+ <td>{POLL_RIGHT_CAP_IMG}</td>
</tr>
</table></td>
<td align="center"><b><span class="gen">&nbsp;{poll_option.POLL_OPTION_PERCENT}&nbsp;</span></b></td>