Page 1 of 1

Printer Friendly Pages - Javascript Error

Posted: Sun Nov 02, 2008 6:45 pm
by tscott
From the admin console, when I browse to Content > Printer Friendly Pages, I get this Javascript error in IE:
Line: 155
Char: 65
Error: Expected ')'
Code: 0
URL: admin/moduleinterface.php?module=printing
Here are the contents of that file, line 155 is bolded:

Code: Select all

	}
	else
	{
		redirect("index.php");
	}
}

if (isset($USE_THEME) && $USE_THEME == false)
[b]{[/b]
	echo '';
}
elseif (!$suppressOutput)
{
Am I missing something?  Thanks in advance.

Re: Printer Friendly Pages - Javascript Error

Posted: Tue Jan 27, 2009 7:07 pm
by joecannes
any luck with this problem? I have the same error when I use ie 7