- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
$PowerBB->_CONF['template']['SectionGroup']['write_poll']
$PowerBB->_CONF['template']['write_poll']
<img src="{$image_path}/bar.gif" alt="" width="{$Vote}" height="11" />
<?php
$votes= '<img src="'.$PowerBB->_CONF['template']['image_path'].'/bar.gif" alt="" width="4" height="11" />';
echo str_repeat($votes, $PowerBB->_CONF['template']['Vote']);
?>