diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-03-25 15:57:30 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2017-05-25 15:05:24 +0200 |
commit | 5893529cf429f859485bccc88eff47f77fdd770a (patch) | |
tree | 193c4146fed9a9e6bf1a706aa2d72b9f3eaf969f /tpl | |
parent | 986a52106766e7497322951c2bf3a3cbd0b42bf9 (diff) | |
download | Shaarli-5893529cf429f859485bccc88eff47f77fdd770a.tar.gz Shaarli-5893529cf429f859485bccc88eff47f77fdd770a.tar.zst Shaarli-5893529cf429f859485bccc88eff47f77fdd770a.zip |
Move tagcloud template file to tag.cloud
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/default/tag.cloud.html (renamed from tpl/default/tagcloud.html) | 4 | ||||
-rw-r--r-- | tpl/vintage/tag.cloud.html (renamed from tpl/vintage/tagcloud.html) | 0 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tpl/default/tagcloud.html b/tpl/default/tag.cloud.html index efe6e937..59aa2ee0 100644 --- a/tpl/default/tagcloud.html +++ b/tpl/default/tag.cloud.html | |||
@@ -6,6 +6,8 @@ | |||
6 | <body> | 6 | <body> |
7 | {include="page.header"} | 7 | {include="page.header"} |
8 | 8 | ||
9 | {include="tag.sort"} | ||
10 | |||
9 | <div class="pure-g"> | 11 | <div class="pure-g"> |
10 | <div class="pure-u-lg-1-6 pure-u-1-24"></div> | 12 | <div class="pure-u-lg-1-6 pure-u-1-24"></div> |
11 | <div class="pure-u-lg-2-3 pure-u-22-24 page-form page-visitor"> | 13 | <div class="pure-u-lg-2-3 pure-u-22-24 page-form page-visitor"> |
@@ -54,6 +56,8 @@ | |||
54 | </div> | 56 | </div> |
55 | </div> | 57 | </div> |
56 | 58 | ||
59 | {include="tag.sort"} | ||
60 | |||
57 | {include="page.footer"} | 61 | {include="page.footer"} |
58 | </body> | 62 | </body> |
59 | </html> | 63 | </html> |
diff --git a/tpl/vintage/tagcloud.html b/tpl/vintage/tag.cloud.html index d93bf4f9..d93bf4f9 100644 --- a/tpl/vintage/tagcloud.html +++ b/tpl/vintage/tag.cloud.html | |||