diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-22 10:31:36 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-22 10:31:36 +0200 |
commit | b4dff3a9ff16811ea0310f5dbf4d7559c97835b0 (patch) | |
tree | 420f90afab7724b60128e2e8df5233b17e3a4a05 /mod/editlayout.php | |
parent | e807231e9192ff43ff2ee4ec96260dbb44a25cd2 (diff) | |
download | volse-hubzilla-b4dff3a9ff16811ea0310f5dbf4d7559c97835b0.tar.gz volse-hubzilla-b4dff3a9ff16811ea0310f5dbf4d7559c97835b0.tar.bz2 volse-hubzilla-b4dff3a9ff16811ea0310f5dbf4d7559c97835b0.zip |
provide headings for blocks and layouts
Diffstat (limited to 'mod/editlayout.php')
-rw-r--r-- | mod/editlayout.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mod/editlayout.php b/mod/editlayout.php index f6d76f6b4..437c164c1 100644 --- a/mod/editlayout.php +++ b/mod/editlayout.php @@ -114,7 +114,7 @@ function editlayout_content(&$a) { '$ispublic' => ' ', // t('Visible to <strong>everybody</strong>'), '$geotag' => $geotag, '$nickname' => $channel['channel_address'], - '$confirmdelete' => t('Delete layout?') + '$confirmdelete' => t('Delete layout?') )); @@ -170,7 +170,6 @@ function editlayout_content(&$a) { '$acl' => '', '$bang' => '', '$profile_uid' => (intval($owner)), - '$preview' => t('Preview'), '$jotplugins' => $jotplugins, '$sourceapp' => t($a->sourcename), '$defexpire' => '', |