From 5893529cf429f859485bccc88eff47f77fdd770a Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 25 Mar 2017 15:57:30 +0100 Subject: [PATCH] Move tagcloud template file to tag.cloud --- index.php | 2 +- tpl/default/{tagcloud.html => tag.cloud.html} | 4 ++++ tpl/vintage/{tagcloud.html => tag.cloud.html} | 0 3 files changed, 5 insertions(+), 1 deletion(-) rename tpl/default/{tagcloud.html => tag.cloud.html} (97%) rename tpl/vintage/{tagcloud.html => tag.cloud.html} (100%) diff --git a/index.php b/index.php index 9566fb01..de098ab5 100644 --- 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; } diff --git a/tpl/default/tagcloud.html b/tpl/default/tag.cloud.html similarity index 97% rename from tpl/default/tagcloud.html rename to tpl/default/tag.cloud.html index efe6e937..59aa2ee0 100644 --- a/tpl/default/tagcloud.html +++ b/tpl/default/tag.cloud.html @@ -6,6 +6,8 @@ {include="page.header"} +{include="tag.sort"} +
@@ -54,6 +56,8 @@

{'Tag cloud'|t} - {$countTags} {'tags'|t}

+{include="tag.sort"} + {include="page.footer"} diff --git a/tpl/vintage/tagcloud.html b/tpl/vintage/tag.cloud.html similarity index 100% rename from tpl/vintage/tagcloud.html rename to tpl/vintage/tag.cloud.html