In my header.tpl I have below codes
Code: Select all
$kuler->addStyle(array(
"catalog/view/javascript/jquery/ui/themes/ui-lightness/jquery-ui-1.8.16.custom.css",
"catalog/view/theme/bromic/stylesheet/stylesheet.css",
"catalog/view/theme/bromic/stylesheet/custom/custom.css",
"catalog/view/theme/$theme/stylesheet/animate.min.css",
"catalog/view/theme/$theme/stylesheet/font-awesome.min.css"
And my original file path from previous backup was catalog/view/theme/bromic/stylesheet/custom.css
Now my host came up with the a trick and made new folder by the name of custom and placed relevant files in them to nullify the error.
But I am still seeing this error. I have cleared all the browser and system/cache files.
Can anybody please help?