Changeset 1512 in ExiteCMS for themes/PLi-Fusion/PLiThemeCentered/php-files/themes/PLiThemeCentered/templates/templates/_header.tpl
- Timestamp:
- 07/02/08 18:58:52 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/PLi-Fusion/PLiThemeCentered/php-files/themes/PLiThemeCentered/templates/templates/_header.tpl
r1411 r1512 205 205 </tr> 206 206 </table> 207 <div style='margin-left:auto;margin-right:auto;width:{$smarty.const.THEME_WIDTH}px;height:120px;margin-top:-12 0px;'>207 <div style='margin-left:auto;margin-right:auto;width:{$smarty.const.THEME_WIDTH}px;height:120px;margin-top:-121px;'> 208 208 <div id='bars' style='float:right;height:100px;'> 209 209 <table class='bargraph'> … … 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].percentage}%: {$downloadbars[index].download_count} {$locale.087}'/>215 <a href='/downloads.php?cat_id={$downloadbars[index].download_cat}&download_id={$downloadbars[index].download_id}' title=''><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}'/></a> 216 216 </td> 217 217 {/section} … … 223 223 {section name=index loop=$downloadbars} 224 224 <th width='40'> 225 <a href='/downloads.php?cat_id={$downloadbars[index].download_cat}&download_id={$downloadbars[index].download_id}' title=''><img src='{$downloadbars[index].image_url}' alt='' style='vertical-align:top;' /></a>225 <a href='/downloads.php?cat_id={$downloadbars[index].download_cat}&download_id={$downloadbars[index].download_id}' title=''><img src='{$downloadbars[index].image_url}' title='{$downloadbars[index].download_descriptions}' alt='' style='vertical-align:top;' /></a> 226 226 </th> 227 227 {/section}
Note: See TracChangeset
for help on using the changeset viewer.
