Various fixes

This commit is contained in:
nemunaire 2015-01-16 21:01:42 +01:00 committed by Nemunaire
commit 7aec6ec98a
6 changed files with 25 additions and 11 deletions

View file

@ -34,6 +34,8 @@ function smarty_function_link($params, $template)
if (!empty($params['href_suffix']))
$href = $href . $params['href_suffix'];
else
$href .= "/";
}
$urls = Cache::read("urls");