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/PLiXmas/php-files/themes/PLiXmas/theme.php

    r1347 r1512  
    7070 
    7171// bar counter title 
    72 $variables['bartitle'] = bartitle(); 
    73  
    74 // bar counter 
    75 $variables['bartotal'] = 0; 
    76 foreach($variables['downloadbars'] as $bar) { 
    77     $variables['bartotal'] += $bar['download_count']; 
    78 } 
     72$variables['bartitle'] = bartitle($variables['downloadbars']); 
    7973 
    8074// get the time left until new year 
Note: See TracChangeset for help on using the changeset viewer.