Changeset 1411 in ExiteCMS
- Timestamp:
- 05/15/08 22:56:26 (4 years ago)
- Location:
- themes/PLi-Fusion
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/PLi-Fusion/PLiTheme/php-files/themes/PLiTheme/templates/templates/_header.tpl
r1409 r1411 213 213 {section name=index loop=$downloadbars} 214 214 <td width='40'> 215 <img src='/themes/PLiThemeCentered/images/bar-{$smarty.section.index.rownum}.gif' style='width:16px;height:{$downloadbars[index].value}px;' alt='{$downloadbars[index].download_count}' title='{$downloadbars[index]. download_count} {$locale.087}'/>215 <img src='/themes/PLiThemeCentered/images/bar-{$smarty.section.index.rownum}.gif' style='width:16px;height:{$downloadbars[index].value}px;' alt='{$downloadbars[index].download_count}' title='{$downloadbars[index].percentage}%: {$downloadbars[index].download_count} {$locale.087}'/> 216 216 </td> 217 217 {/section} -
themes/PLi-Fusion/PLiThemeCentered/php-files/themes/PLiThemeCentered/templates/templates/_header.tpl
r1410 r1411 213 213 {section name=index loop=$downloadbars} 214 214 <td width='40'> 215 <img src='/themes/PLiThemeCentered/images/bar-{$smarty.section.index.rownum}.gif' style='width:16px;height:{$downloadbars[index].value}px;' alt='{$downloadbars[index].download_count}' title='{$downloadbars[index]. download_count} {$locale.087}'/>215 <img src='/themes/PLiThemeCentered/images/bar-{$smarty.section.index.rownum}.gif' style='width:16px;height:{$downloadbars[index].value}px;' alt='{$downloadbars[index].download_count}' title='{$downloadbars[index].percentage}%: {$downloadbars[index].download_count} {$locale.087}'/> 216 216 </td> 217 217 {/section}
Note: See TracChangeset
for help on using the changeset viewer.
