Various fixes
This commit is contained in:
parent
8336f82311
commit
7aec6ec98a
6 changed files with 25 additions and 11 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Reference in a new issue