aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-11-22 11:30:04 +0100
committerMario Vavti <mario@mariovavti.com>2016-11-22 11:30:04 +0100
commit060982adb426e629747d16410d554e0da333172d (patch)
tree6379fff3eeb1214d0bd48065556ad3c7dd3ef5ef /include/widgets.php
parent69123590fb7cdb741cc09de177b334bcca65da05 (diff)
downloadvolse-hubzilla-060982adb426e629747d16410d554e0da333172d.tar.gz
volse-hubzilla-060982adb426e629747d16410d554e0da333172d.tar.bz2
volse-hubzilla-060982adb426e629747d16410d554e0da333172d.zip
display wiki list on wiki landing page.
Diffstat (limited to 'include/widgets.php')
-rw-r--r--include/widgets.php2
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'],