aboutsummaryrefslogtreecommitdiffstats
path: root/mod/settings.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-04 20:58:12 -0800
committerfriendica <info@friendica.com>2014-03-04 20:58:12 -0800
commitefc828bed52eb32e1e99d757139d1133e3ec9b8a (patch)
treecd4fcbec8dda4688f5ef6fc3d94f5f421526c4e7 /mod/settings.php
parentd860ab3cc48b495a0ade5c1903af2c46d20a044e (diff)
downloadvolse-hubzilla-efc828bed52eb32e1e99d757139d1133e3ec9b8a.tar.gz
volse-hubzilla-efc828bed52eb32e1e99d757139d1133e3ec9b8a.tar.bz2
volse-hubzilla-efc828bed52eb32e1e99d757139d1133e3ec9b8a.zip
add pdl editor to settings/display
Diffstat (limited to 'mod/settings.php')
-rw-r--r--mod/settings.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/settings.php b/mod/settings.php
index 13cb3cae9..1d2a5ecf9 100644
--- a/mod/settings.php
+++ b/mod/settings.php
@@ -758,6 +758,7 @@ function settings_content(&$a) {
'$itemspage' => array('itemspage', t("Maximum number of conversations to load at any time:"), $itemspage, t('Maximum of 100 items')),
'$nosmile' => array('nosmile', t("Don't show emoticons"), $nosmile, ''),
'$chanview_full' => array('chanview_full', t('Do not view remote profiles in frames'), $chanview, t('By default open in a sub-window of your own site')),
+ '$layout_editor' => t('System Page Layout Editor - (advanced)'),
'$theme_config' => $theme_config,
));