]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/Widget/TagCloud.php
Refactor widgets
[friendica.git] / src / Content / Widget / TagCloud.php
index 8413eccd19c8d13e7a4e57414b7644d9d91ed0d1..bbf8c3885893dda75b4f1fb3e978295c838f19a6 100644 (file)
@@ -49,7 +49,7 @@ class TagCloud
                                $tags[] = $tag;
                        }
 
-                       $tpl = Renderer::getMarkupTemplate('tagblock_widget.tpl');
+                       $tpl = Renderer::getMarkupTemplate('widget/tagcloud.tpl');
                        $o = Renderer::replaceMacros($tpl, [
                                '$title' => L10n::t('Tags'),
                                '$tags' => $tags