aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-27 17:09:04 -0800
committerfriendica <info@friendica.com>2013-02-27 17:09:04 -0800
commit5612716cff11039c64e1dba46bde5795f6b65c5c (patch)
tree9c08a7f76729bbc4b366f72561dffaab1593d961 /include/conversation.php
parent596ed80adf220920e619dab85bbc9a9aaaff5404 (diff)
downloadvolse-hubzilla-5612716cff11039c64e1dba46bde5795f6b65c5c.tar.gz
volse-hubzilla-5612716cff11039c64e1dba46bde5795f6b65c5c.tar.bz2
volse-hubzilla-5612716cff11039c64e1dba46bde5795f6b65c5c.zip
taking the next step on pages
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/conversation.php b/include/conversation.php
index 90a6aaa7f..f8507c595 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -949,6 +949,9 @@ function status_editor($a,$x,$popup=false) {
'$return_path' => $a->query_string,
'$action' => $a->get_baseurl(true) . '/item',
'$share' => (x($x,'button') ? $x['button'] : t('Share')),
+ '$webpage' => (x($x,'webpage') ? '1' : ''),
+ '$placeholdpagetitle' => t('Page link title'),
+ '$pagetitle' => (x($x,'pagetitle') ? $x['pagetitle'] : ''),
'$upload' => t('Upload photo'),
'$shortupload' => t('upload photo'),
'$attach' => t('Attach file'),