Ignore:
Timestamp:
07/02/08 18:58:52 (4 years ago)
Author:
hverton
Message:

updated the PLi themes to work with the new download_statistics module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • themes/PLi-Fusion/PLiTheme/php-files/themes/PLiTheme/templates/templates/_header.tpl

    r1411 r1512  
    205205    </tr> 
    206206</table> 
    207 <div style='margin-left:auto;margin-right:auto;width:{$smarty.const.THEME_WIDTH}px;height:120px;margin-top:-121px;'> 
     207<div style='margin-left:auto;margin-right:auto;width:{$smarty.const.THEME_WIDTH}px;height:120px;margin-top:-122px;'> 
    208208    <div id='bars' style='float:right;height:100px;'> 
    209209        <table class='bargraph'> 
     
    213213                {section name=index loop=$downloadbars} 
    214214                    <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}&amp;download_id={$downloadbars[index].download_id}' title=''><img src='/themes/PLiTheme/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> 
    216216                    </td> 
    217217                {/section} 
     
    223223                {section name=index loop=$downloadbars} 
    224224                    <th width='40'> 
    225                         <a href='/downloads.php?cat_id={$downloadbars[index].download_cat}&amp;download_id={$downloadbars[index].download_id}' title=''><img src='{$downloadbars[index].image_url}' height='{$downloadbars[index].image_height}' src='{$downloadbars[index].image_url}' width='{$downloadbars[index].image_width}' alt='' style='vertical-align:top;' /></a> 
     225                        <a href='/downloads.php?cat_id={$downloadbars[index].download_cat}&amp;download_id={$downloadbars[index].download_id}' title=''><img src='{$downloadbars[index].image_url}' height='{$downloadbars[index].image_height}' src='{$downloadbars[index].image_url}' width='{$downloadbars[index].image_width}' title='{$downloadbars[index].download_description}' alt='' style='vertical-align:top;' /></a> 
    226226                    </th> 
    227227                {/section} 
Note: See TracChangeset for help on using the changeset viewer.