Move tagcloud template file to tag.cloud
This commit is contained in:
parent
986a521067
commit
5893529cf4
3 changed files with 5 additions and 1 deletions
|
@ -835,7 +835,7 @@ function renderPage($conf, $pluginManager, $LINKSDB, $history)
|
|||
$PAGE->assign($key, $value);
|
||||
}
|
||||
|
||||
$PAGE->renderPage('tagcloud');
|
||||
$PAGE->renderPage('tag.cloud');
|
||||
exit;
|
||||
}
|
||||
|
||||
|
|
|
@ -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 @@ <h2 class="window-title">{'Tag cloud'|t} - {$countTags} {'tags'|t}</h2>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{include="tag.sort"}
|
||||
|
||||
{include="page.footer"}
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue