]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - index.php
Move tagcloud template file to tag.cloud
[github/shaarli/Shaarli.git] / index.php
index 9566fb016f14156fa3efc7bec609d5e2b9763e31..de098ab55320fd19f55d976daef8ed8ec2106439 100644 (file)
--- a/index.php
+++ b/index.php
@@ -835,7 +835,7 @@ function renderPage($conf, $pluginManager, $LINKSDB, $history)
             $PAGE->assign($key, $value);
         }
 
-        $PAGE->renderPage('tagcloud');
+        $PAGE->renderPage('tag.cloud');
         exit;
     }