Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

CSS Validation error

  • George
  • George's Avatar Topic Author
  • Offline
  • New Member
More
12 years 11 months ago #44687 by George
CSS Validation error was created by George
Hi to all,
When I try to validate my website ( www.topeiros.gr/site/ ), I receive an "unknown error" as seen in the attached image.

I think it has to do with template.css.php in /modules/mod_fpss/tmpl/JJ-Obs/css
but I don't know what to do exactly.
<?php
if(!isset($fpssTemplateIncluded)){
	header("Content-type: text/css; charset: utf-8");
	$width = (int) $_GET['width'];
	$height = (int) $_GET['height'];
	$sidebarWidth = (int) $_GET['sidebarWidth'];
	$thumbnailViewportWidth = (int) $_GET['thumbnailViewportWidth'];
	$thumbnailViewportHeight = (int) $_GET['thumbnailViewportHeight'];
	$timer = (bool) $_GET['timer'];
	$mid = (int) $_GET['mid'];
}
?>

Any help?
Attachments:

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum