Exemple #1
0
    if ($this->params->get('tl_alias')) {
        ?>
<td width="92%"><a href="<?php 
        echo JRoute::_("index.php?view=torrent&id=" . (int) $item->fid);
        ?>
"><?php 
        echo $item->alias;
        ?>
</a></td><?php 
    }
    ?>
				<?php 
    if ($this->params->get('enable_torrent_type')) {
        ?>
<td width="1%" align="right" nowrap><?php 
        echo TrackerHelper::checkTorrentType((int) $item->fid);
        ?>
</td><?php 
    }
    ?>
				<?php 
    if ($this->params->get('tl_info_hash')) {
        ?>
<td width="1%" align="center" nowrap><?php 
        echo bin2hex($item->info_hash);
        ?>
</td><?php 
    }
    ?>
				<?php 
    if ($this->params->get('tl_filename')) {