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->assign($key, $value);
} }
$PAGE->renderPage('tagcloud'); $PAGE->renderPage('tag.cloud');
exit; exit;
} }

View file

@ -6,6 +6,8 @@
<body> <body>
{include="page.header"} {include="page.header"}
{include="tag.sort"}
<div class="pure-g"> <div class="pure-g">
<div class="pure-u-lg-1-6 pure-u-1-24"></div> <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"> <div class="pure-u-lg-2-3 pure-u-22-24 page-form page-visitor">
@ -54,6 +56,8 @@ <h2 class="window-title">{'Tag cloud'|t} - {$countTags} {'tags'|t}</h2>
</div> </div>
</div> </div>
{include="tag.sort"}
{include="page.footer"} {include="page.footer"}
</body> </body>
</html> </html>