- Posts: 21
- Thank you received: 0
Issues with joomshopping
-
Fintan
Inactive member - Topic Author
- Member
Less
More
11 years 2 months ago #33837
by Fintan
Replied by Fintan on topic Issues with joomshopping
Yes:
if($css_request){
header("Content-type: text/css; charset: UTF-8");
header("Expires: ".gmdate("D, d M Y H:i:s", time() + 60*60)." GMT");
require(dirname(__FILE__).DS.'css'.DS.'template_css.php');
exit;
}else{
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #33846
by ivan.milic
Replied by ivan.milic on topic Issues with joomshopping
Check what happens when you comment out this line:
header("Content-type: text/css; charset: UTF-8");
liek this:
//header("Content-type: text/css; charset: UTF-8");
header("Content-type: text/css; charset: UTF-8");
liek this:
//header("Content-type: text/css; charset: UTF-8");
Please Log in to join the conversation.
Time to create page: 0.079 seconds