Browse Source

Move tagcloud template file to tag.cloud

ArthurHoaro 7 years ago
parent
commit
5893529cf4
3 changed files with 5 additions and 1 deletions
  1. 1 1
      index.php
  2. 4 0
      tpl/default/tag.cloud.html
  3. 0 0
      tpl/vintage/tag.cloud.html

+ 1 - 1
index.php

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

+ 4 - 0
tpl/default/tagcloud.html → tpl/default/tag.cloud.html

@@ -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>

+ 0 - 0
tpl/vintage/tagcloud.html → tpl/vintage/tag.cloud.html