Merge pull request #68 from mog/patch-1

Fix caching issue CSS for now
This commit is contained in:
Laurent Raufaste 2013-05-14 09:40:22 -07:00
commit ea919c827f

View File

@ -300,7 +300,7 @@ $user=array_merge($user,$usersettings);
//echo "-".$user["searchprods"];
?>
<link rel="stylesheet" href="/include/style.css" type="text/css">
<link rel="stylesheet" href="/include/style.css?cb=0" type="text/css">
<?
if(strstr($_SERVER['HTTP_USER_AGENT'], 'Firefox')) {
echo ' <!-- conditional css for ff hax! -->'."\n";