Skip to content

Commit

Permalink
add link in admin (singlefile)
Browse files Browse the repository at this point in the history
  • Loading branch information
GregMage committed Mar 17, 2017
1 parent f40f206 commit 580df53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/downloads.php
Expand Up @@ -156,7 +156,7 @@
echo '<td align="center">';
echo '<a href="../visit.php?cid=' . $downloads_arr[$i]->getVar('cid') . '&lid=' . $i . '" target="_blank"><img src="../images/icon/download.png" alt="Download ' . $downloads_arr[$i]->getVar('title') . '" title="Download ' . $downloads_arr[$i]->getVar('title') . '"></a>';
echo '</td>';
echo '<td align="left">' . $downloads_arr[$i]->getVar('title') . '</td>';
echo '<td align="left"><a href="../singlefile.php?.php?cid=' . $downloads_arr[$i]->getVar('cid') . '&lid=' . $i . '" target="_blank">' . $downloads_arr[$i]->getVar('title') . '</a></td>';
echo '<td align="left">' . $category . '</td>';
echo '<td align="center">' . $downloads_arr[$i]->getVar('hits') . '</td>';
echo '<td align="center">' . number_format($downloads_arr[$i]->getVar('rating'), 1) . '</td>';
Expand Down

0 comments on commit 580df53

Please sign in to comment.