Exemple #1
0
        echo htmlspecialchars($params->get('info_post_url') . $this->item->info_post);
        ?>
" target="_blank"><?php 
        echo $params->get('info_post_description');
        ?>
</a></b>
				</div>
			<?php 
    }
    ?>
			<!-- Torrent reporting -->
			<?php 
    if ($params->get('enable_reporttorrent')) {
        ?>
				<?php 
        if (TrackerHelper::checkReportedTorrent($user->id, $this->item->fid) != 0 && $user->id != $this->item->uploader) {
            ?>
					<div style="display: inline-block; width: 25%;" class="row1">
						<img src="<?php 
            echo JURI::base();
            ?>
images/tracker/other/report.png" alt="<?php 
            echo JText::_('COM_TRACKER_REPORT_TORRENT');
            ?>
" border="0" />
						<b>
							<a href="index.php?option=com_tracker&view=report&tmpl=component&id=<?php 
            echo $this->item->fid;
            ?>
" class="modal" title="Report Torrent" rel="{handler: 'iframe', size: {x: 800, y: 600}}">
								<?php