Changeset 1508 in ExiteCMS


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

fixed missing CSS class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/download_statistics/php-files/modules/download_statistics/templates/modules.download_statistics.side_panel.tpl

    r1506 r1508  
    2424        <td style='padding-right: 4px; height: 16px;'> 
    2525            {if $counters[bar].dlsc_download_id && $counters[bar].download_cat} 
    26             <a href='{$settings.siteurl}downloads.php?cat_id={$counters[bar].download_cat}&amp;download_id={$counters[bar].dlsc_download_id}' title='{$counters[bar].description}'>{$counters[bar].dlsc_name}</a> 
     26            <a href='{$settings.siteurl}downloads.php?cat_id={$counters[bar].download_cat}&amp;download_id={$counters[bar].dlsc_download_id}' class='side' title='{$counters[bar].description}'>{$counters[bar].dlsc_name}</a> 
    2727            {else} 
    2828                {$counters[bar].dlsc_name} 
Note: See TracChangeset for help on using the changeset viewer.