diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-30 14:44:03 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-30 14:44:03 +0200 |
commit | 08461c7049ee5c9788e815537b540b9987a5eace (patch) | |
tree | f19f48a5b975ea92db50b7f4a31a07ee03d21575 /include | |
parent | 5462453bf2bde50166c68f90b08d24826dd07ba8 (diff) | |
download | volse-hubzilla-08461c7049ee5c9788e815537b540b9987a5eace.tar.gz volse-hubzilla-08461c7049ee5c9788e815537b540b9987a5eace.tar.bz2 volse-hubzilla-08461c7049ee5c9788e815537b540b9987a5eace.zip |
more on mod chat
Diffstat (limited to 'include')
-rw-r--r-- | include/widgets.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/widgets.php b/include/widgets.php index 2aa3dccf1..3b5e3a17b 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -804,6 +804,7 @@ function widget_chatroom_list($arr) { '$baseurl' => z_root(), '$nickname' => $a->profile['channel_address'], '$items' => $r, + '$overview' => t('Overview') )); } } |