mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2026-02-01 15:45:46 +01:00
Show link to Tower's dockapps on main dockapp page only.
This commit is contained in:
committed by
Carlos R. Mafra
parent
9e1fe4684e
commit
59b2b57503
@@ -113,9 +113,11 @@ Team. You may download these dockapps at their respective websites.
|
|||||||
sort($categories);
|
sort($categories);
|
||||||
foreach ($categories as $category)
|
foreach ($categories as $category)
|
||||||
echo "<a href=\"?category=$category\">$category</a><br/>\n";
|
echo "<a href=\"?category=$category\">$category</a><br/>\n";
|
||||||
}?>
|
?>
|
||||||
<p/>
|
<p/>
|
||||||
Many other dockapps may be found at <a href="http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/">http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/</a>.
|
Many other dockapps may be found at <a href="http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/">http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/</a>.
|
||||||
|
<?php
|
||||||
|
}?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user