From bc372fe30fecfbf4a6d831b23480c057a989c79a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 19 Nov 2010 21:20:59 +0300 Subject: add post header menu --- functions.php | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index dd42ea4fc..70da5ab33 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"]; -- cgit v1.2.3