diff options
author | friendica <info@friendica.com> | 2013-10-28 17:48:42 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-28 17:48:42 -0700 |
commit | 1380bee82caad1dce6ffda7c35cb4ce3e94911f2 (patch) | |
tree | bfdd2d502202111c2216ad8ece2a223abc005526 /mod/blocks.php | |
parent | 1bf6591e1b98ef6704ee1bab72bad7dca7ab301f (diff) | |
download | volse-hubzilla-1380bee82caad1dce6ffda7c35cb4ce3e94911f2.tar.gz volse-hubzilla-1380bee82caad1dce6ffda7c35cb4ce3e94911f2.tar.bz2 volse-hubzilla-1380bee82caad1dce6ffda7c35cb4ce3e94911f2.zip |
Comanche documentation and some cleanup of layout page (including link to doco) and a few other webpage related cleanups
Diffstat (limited to 'mod/blocks.php')
-rw-r--r-- | mod/blocks.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/blocks.php b/mod/blocks.php index 170d37256..4604790c3 100644 --- a/mod/blocks.php +++ b/mod/blocks.php @@ -62,6 +62,7 @@ require_once ('include/conversation.php'); 'bang' => (($group || $cid) ? '!' : ''), 'visitor' => 'block', 'mimetype' => 'choose', + 'ptlabel' => t('Block Name'), 'profile_uid' => intval($owner), ); |