summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-18 14:57:21 +0100
committerAndrew Dolgov <[email protected]>2009-01-18 14:57:21 +0100
commit39f3c580f4bdb9b3ca3f3190e6a8dd056d24cbe8 (patch)
treec74ff36c626c9ec3ecd40a334dfc951d727c6832 /functions.php
parente2549229e1a10d8dbb41802d19027741040ab61c (diff)
display article labels in headlines buffer (2)
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 2084e6326..eb27641ae 100644
--- a/functions.php
+++ b/functions.php
@@ -5271,6 +5271,7 @@
(".__('Show article').")</a>";
} */
+ print $labels_str;
if (!get_pref($link, 'VFEED_GROUP_BY_FEED')) {
if ($line["feed_title"]) {
@@ -5278,8 +5279,6 @@
}
}
- print $labels_str;
-
print "</span></div>";
if (get_pref($link, 'OPEN_LINKS_IN_NEW_WINDOW')) {