From 9f020573748af28cc09cbde18e96cfc68641ce7b Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 16 Feb 2011 02:07:11 -0800 Subject: provide permalink for posts, include permalinks in feeds and imported from feeds --- mod/display.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/display.php') diff --git a/mod/display.php b/mod/display.php index b07e1aee5..03003f3c0 100644 --- a/mod/display.php +++ b/mod/display.php @@ -272,6 +272,7 @@ function display_content(&$a) { '$owner_url' => $owner_url, '$owner_photo' => $owner_photo, '$owner_name' => $owner_name, + '$plink' => get_plink($item), '$drop' => $drop, '$vote' => $likebuttons, '$like' => $like, -- cgit v1.2.3