From 7b5e74c75c4d5f367f0c3bf79020021ee1a807b3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 19 Nov 2010 19:35:35 +0300 Subject: add popup menu for headlines --- functions.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'functions.php') diff --git a/functions.php b/functions.php index db43487da..5f4a55229 100644 --- a/functions.php +++ b/functions.php @@ -5048,6 +5048,17 @@ print "
"; + print "
"; + print "
".__('View article')."
"; + print "
".__('View in a new tab')."
"; + print "
"; + print "
".__('Open original article')."
"; + print "
"; + print "
$update_pic
"; print "
"; @@ -5088,6 +5099,8 @@ print "
"; + + print "
"; print "$updated_fmt"; print $score_pic; -- cgit v1.2.3