From 7209ebbb7017553ce106c9f23730190a153d2f2e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 25 Mar 2017 22:12:00 -0300 Subject: Syntax fixes --- data/templates/default/bookmarks.tpl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/templates/default/bookmarks.tpl.php b/data/templates/default/bookmarks.tpl.php index a0ef56e..9b05650 100644 --- a/data/templates/default/bookmarks.tpl.php +++ b/data/templates/default/bookmarks.tpl.php @@ -368,7 +368,7 @@ if ($currenttag!= '') { if ($retcode != 404) { if (!file_exists($cacheInfo .'/'. $assetHash)) { - mkdir($cacheInfo .'/' $assetHash); + mkdir($cacheInfo .'/'. $assetHash); } touch($cacheInfo .'/'. $assetHash .'/hascache'); @@ -397,7 +397,7 @@ if ($currenttag!= '') { $retcode = curl_getinfo($fp, CURLINFO_HTTP_CODE); if ($retcode != 404) { - touch($cacheInfo .'/' $assetHash .'/haspng'); + touch($cacheInfo .'/'. $assetHash .'/haspng'); $cacheLink .= " | PNG"; } -- cgit v1.2.3