" src="<?php echo JURI::base() . $this->hitrunner->countryimage; ?> " width="32" /> </td> <td width="10%" nowrap align="right"><?php echo TrackerHelper::make_size($this->hitrunner->downloaded); ?> </td> <td width="10%" nowrap align="right"><?php echo TrackerHelper::make_size($this->hitrunner->uploaded); ?> </td> </tr> <?php $k = 1 - $k; } ?> </table> </div> <?php } ?> </div> <?php // Enable the commenting system if we have it enabled if ($params->get('enable_comments') && TrackerHelper::user_permissions('view_comments', $user->get('id'), 1)) { TrackerHelper::comments($this->item->fid, $this->item->name); }