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 /index.php | |
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 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -835,7 +835,7 @@ function renderPage($conf, $pluginManager, $LINKSDB, $history) | |||
835 | $PAGE->assign($key, $value); | 835 | $PAGE->assign($key, $value); |
836 | } | 836 | } |
837 | 837 | ||
838 | $PAGE->renderPage('tagcloud'); | 838 | $PAGE->renderPage('tag.cloud'); |
839 | exit; | 839 | exit; |
840 | } | 840 | } |
841 | 841 | ||