summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-16 06:22:21 +0100
committerAndrew Dolgov <[email protected]>2005-11-16 06:22:21 +0100
commit2db4190c9edd424a2791980174b6e72d0ddd9f2a (patch)
treed1c8e5f17ea391d959c95338eb3fc2982ea9d23b /backend.php
parentcbe45fa8ec322f9b95bbe89e19c9fbd81386e3a2 (diff)
viewfeed() call in multifeed display
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 3bae2a869..f571f8ba0 100644
--- a/backend.php
+++ b/backend.php
@@ -719,7 +719,8 @@
if ($line["feed_title"]) {
print "<td width='50%'>$content_link</td>";
- print "<td width='20%'>".$line["feed_title"]."</td>";
+ print "<td width='20%'>
+ <a href='javascript:viewfeed($feed_id)'>".$line["feed_title"]."</a></td>";
} else {
print "<td width='70%'>$content_link</td>";
}