do not depend on frames

This commit is contained in:
Roland Gruber 2009-12-28 19:05:45 +00:00
parent db389d85f8
commit 2b9fb5c1b1
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ for ($i = 0; $i < sizeof($tools); $i++) {
echo "<tr class=\"userlist\">\n";
echo "<td>&nbsp;&nbsp;&nbsp;</td>\n";
echo "<td><br>";
echo "<a href=\"" . $tools[$i]->getLink() . "\" target=\"mainpart\"><img src=\"../graphics/" . $tools[$i]->getImageLink() . "\"> &nbsp;<b>" . $tools[$i]->getName() . "</b></a>";
echo "<a href=\"" . $tools[$i]->getLink() . "\"><img src=\"../graphics/" . $tools[$i]->getImageLink() . "\"> &nbsp;<b>" . $tools[$i]->getName() . "</b></a>";
echo "<br><br></td>\n";
echo "<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>\n";
echo "<td>";