aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-04-24 22:37:22 +0200
committerMario Vavti <mario@mariovavti.com>2015-04-24 22:37:22 +0200
commitb7f6cceaea464df81fac872d2d7b863bd02746de (patch)
treea321a4c6082329e947361fcd597bb5ea498dd704 /include
parent2583cab469561cc910001196fbbbbafc5c1920ef (diff)
downloadvolse-hubzilla-b7f6cceaea464df81fac872d2d7b863bd02746de.tar.gz
volse-hubzilla-b7f6cceaea464df81fac872d2d7b863bd02746de.tar.bz2
volse-hubzilla-b7f6cceaea464df81fac872d2d7b863bd02746de.zip
provide block titles in blocklist
Diffstat (limited to 'include')
-rw-r--r--include/conversation.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/conversation.php b/include/conversation.php
index 19c5bda14..42ce140a6 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -1200,6 +1200,7 @@ function status_editor($a, $x, $popup = false) {
'$shortnoloc' => t('clear location'),
'$title' => ((x($x, 'title')) ? htmlspecialchars($x['title'], ENT_COMPAT,'UTF-8') : ''),
'$placeholdertitle' => t('Title (optional)'),
+ '$hidetitle' => ((x($x, 'hidetitle')) ? $x['hidetitle'] : false),
'$catsenabled' => ((feature_enabled($x['profile_uid'], 'categories') && (! $webpage)) ? 'categories' : ''),
'$category' => "",
'$placeholdercategory' => t('Categories (optional, comma-separated list)'),