Move tagcloud template file to tag.cloud

This commit is contained in:
ArthurHoaro 2017-03-25 15:57:30 +01:00
parent 986a521067
commit 5893529cf4
3 changed files with 5 additions and 1 deletions

View File

@ -835,7 +835,7 @@ function renderPage($conf, $pluginManager, $LINKSDB, $history)
$PAGE->assign($key, $value);
}
$PAGE->renderPage('tagcloud');
$PAGE->renderPage('tag.cloud');
exit;
}

View File

@ -6,6 +6,8 @@
<body>
{include="page.header"}
{include="tag.sort"}
<div class="pure-g">
<div class="pure-u-lg-1-6 pure-u-1-24"></div>
<div class="pure-u-lg-2-3 pure-u-22-24 page-form page-visitor">
@ -54,6 +56,8 @@
</div>
</div>
{include="tag.sort"}
{include="page.footer"}
</body>
</html>