smartblog icon indicating copy to clipboard operation
smartblog copied to clipboard

Sintax error on /modules/smartblog/controllers/front/details.php Version 4.1

Open Netmees opened this issue 2 years ago • 0 comments

line 251 if (file_exists(PS_MODULE_DIR . 'smartblog/views/templates/front/themes/'$themeName."

Solution

if (file_exists(PS_MODULE_DIR . 'smartblog/views/templates/front/themes/'.$themeName."

https://github.com/smartdatasoft/smartblog/compare/4.0.1...Netmees:smartblog:patch-1

Netmees avatar Sep 02 '22 15:09 Netmees