summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-13 00:36:51 +0300
committerAndrew Dolgov <[email protected]>2010-11-13 00:36:51 +0300
commite5918944448a49a098fe584655a6599c36fe9dda (patch)
tree089631f3824d8a109ceaec4a3ea1587914815e48 /functions.php
parentb8c2af9c8c416b6b3000928fe5206fd4281ee841 (diff)
cdm: display article author
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 1281d59fe..112f83eb6 100644
--- a/functions.php
+++ b/functions.php
@@ -5384,6 +5384,7 @@
class=\"titleWrap$hlc_suffix\">
<a class=\"title\"
target=\"_blank\" href=\"".$line["link"]."\">".$line["title"]."</a>
+ $entry_author
</span>";
print $labels_str;