diff options
author | Friendika <info@friendika.com> | 2011-02-16 02:07:11 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-16 02:07:11 -0800 |
commit | 9f020573748af28cc09cbde18e96cfc68641ce7b (patch) | |
tree | 7f70d8374ca24ee81e192e6da5973ed3b9c0023b /mod/display.php | |
parent | c5f5102396cee8ec691fd22d486070ec3d5f243d (diff) | |
download | volse-hubzilla-9f020573748af28cc09cbde18e96cfc68641ce7b.tar.gz volse-hubzilla-9f020573748af28cc09cbde18e96cfc68641ce7b.tar.bz2 volse-hubzilla-9f020573748af28cc09cbde18e96cfc68641ce7b.zip |
provide permalink for posts, include permalinks in feeds and imported from feeds
Diffstat (limited to 'mod/display.php')
-rw-r--r-- | mod/display.php | 1 |
1 files changed, 1 insertions, 0 deletions
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, |