From: Andrew Dolgov Date: Fri, 19 Nov 2010 18:20:59 +0000 (+0300) Subject: add post header menu X-Git-Tag: 1.5.0~129 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=bc372fe30fecfbf4a6d831b23480c057a989c79a;p=tt-rss.git add post header menu --- diff --git a/functions.php b/functions.php index dd42ea4f..70da5ab3 100644 --- a/functions.php +++ b/functions.php @@ -4622,9 +4622,18 @@ truncate_string(strip_tags($line['title']), 15) . ""; print "
"; - print "
"; + + print "
"; + print "
".__('View in a new tab')."
"; + print "
"; + print "
".__('Open original article')."
"; + print "
"; + + print "
"; $entry_author = $line["author"];