aboutsummaryrefslogtreecommitdiffstats
path: root/mod/layouts.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-04-29 21:36:53 +0200
committerMario Vavti <mario@mariovavti.com>2015-04-29 21:36:53 +0200
commit310d1229010c14487eaeaa70541f9bf96c60627a (patch)
tree7762610ad0c691acc495f7b1edf576cff21c7739 /mod/layouts.php
parente56b8fdfaf0c7d4ad1d363639efac7863fe21f93 (diff)
downloadvolse-hubzilla-310d1229010c14487eaeaa70541f9bf96c60627a.tar.gz
volse-hubzilla-310d1229010c14487eaeaa70541f9bf96c60627a.tar.bz2
volse-hubzilla-310d1229010c14487eaeaa70541f9bf96c60627a.zip
disable voting in blocks, layouts and webpages
Diffstat (limited to 'mod/layouts.php')
-rw-r--r--mod/layouts.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/layouts.php b/mod/layouts.php
index 1d33ba845..2e45362ba 100644
--- a/mod/layouts.php
+++ b/mod/layouts.php
@@ -121,7 +121,8 @@ function layouts_content(&$a) {
'ptlabel' => t('Layout Name'),
'profile_uid' => intval($owner),
'expanded' => true,
- 'placeholdertitle' => t('Layout Description (Optional)')
+ 'placeholdertitle' => t('Layout Description (Optional)'),
+ 'novoting' => true
);
if($_REQUEST['title'])