aboutsummaryrefslogtreecommitdiffstats
path: root/mod/editlayout.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-04-09 12:16:42 +0200
committerMario Vavti <mario@mariovavti.com>2016-04-09 12:16:42 +0200
commite2b4d33627d5f4cf5f68eb087059d86c78eec41e (patch)
tree328313432c53b1a6c146595b91f4883ef5c33131 /mod/editlayout.php
parent7690dca67b6574cd5b6ffcc59b1c8c6b2df5d54e (diff)
downloadvolse-hubzilla-e2b4d33627d5f4cf5f68eb087059d86c78eec41e.tar.gz
volse-hubzilla-e2b4d33627d5f4cf5f68eb087059d86c78eec41e.tar.bz2
volse-hubzilla-e2b4d33627d5f4cf5f68eb087059d86c78eec41e.zip
some work on comanche autocomplete
Diffstat (limited to 'mod/editlayout.php')
-rw-r--r--mod/editlayout.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/editlayout.php b/mod/editlayout.php
index 9c27afa30..0b58fe5fe 100644
--- a/mod/editlayout.php
+++ b/mod/editlayout.php
@@ -109,7 +109,8 @@ function editlayout_content(&$a) {
'$ispublic' => '&nbsp;', // t('Visible to <strong>everybody</strong>'),
'$geotag' => $geotag,
'$nickname' => $channel['channel_address'],
- '$confirmdelete' => t('Delete layout?')
+ '$confirmdelete' => t('Delete layout?'),
+ '$bbco_autocomplete'=> 'comanche'
));