Changeset 1512 in ExiteCMS for themes/PLi-Fusion/PLiXmas/php-files/themes/PLiXmas/theme.php
- Timestamp:
- 07/02/08 18:58:52 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/PLi-Fusion/PLiXmas/php-files/themes/PLiXmas/theme.php
r1347 r1512 70 70 71 71 // 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']); 79 73 80 74 // get the time left until new year
Note: See TracChangeset
for help on using the changeset viewer.
