]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Move tagcloud template file to tag.cloud
authorArthurHoaro <arthur@hoa.ro>
Sat, 25 Mar 2017 14:57:30 +0000 (15:57 +0100)
committerArthurHoaro <arthur@hoa.ro>
Thu, 25 May 2017 13:05:24 +0000 (15:05 +0200)
index.php
tpl/default/tag.cloud.html [moved from tpl/default/tagcloud.html with 97% similarity]
tpl/vintage/tag.cloud.html [moved from tpl/vintage/tagcloud.html with 100% similarity]

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;
     }
 
similarity index 97%
rename from tpl/default/tagcloud.html
rename to tpl/default/tag.cloud.html
index efe6e9376df21c156280b8bf1426e902c5b16e41..59aa2ee065d325f667c8bceec3f75947071d002a 100644 (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>