[PATCH (whome) 2/2] Show link to Tower's dockapps on main dockapp page only.
Doug Torrance <[email protected]>
| Newsgroups | gmane.compw.window-managers.windowmaker.devel |
|---|---|
| Message-ID | <[email protected]> |
---
dockapps/index.php | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dockapps/index.php b/dockapps/index.php
index c4b0ab1..2e11bd0 100644
--- a/dockapps/index.php
+++ b/dockapps/index.php
@@ -113,9 +113,11 @@ Team. You may download these dockapps at their respective websites.
sort($categories);
foreach ($categories as $category)
echo "<a href=\"?category=$category\">$category</a><br/>\n";
-}?>
+?>
<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>.
+<?php
+}?>
</td>
</tr>
</table>
--
2.5.0
--
To unsubscribe, send mail to [email protected].