diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-11-22 11:30:04 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-11-22 11:30:04 +0100 |
commit | 060982adb426e629747d16410d554e0da333172d (patch) | |
tree | 6379fff3eeb1214d0bd48065556ad3c7dd3ef5ef /include | |
parent | 69123590fb7cdb741cc09de177b334bcca65da05 (diff) | |
download | volse-hubzilla-060982adb426e629747d16410d554e0da333172d.tar.gz volse-hubzilla-060982adb426e629747d16410d554e0da333172d.tar.bz2 volse-hubzilla-060982adb426e629747d16410d554e0da333172d.zip |
display wiki list on wiki landing page.
Diffstat (limited to 'include')
-rw-r--r-- | include/widgets.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets.php b/include/widgets.php index 1441fbeb3..97f3ec019 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -956,7 +956,7 @@ function widget_wiki_list($arr) { } } if ($wikis) { - return replace_macros(get_markup_template('wikilist.tpl'), array( + return replace_macros(get_markup_template('wikilist_widget.tpl'), array( '$header' => t('Wiki List'), '$channel' => $channel['channel_address'], '$wikis' => $wikis['wikis'], |