Printer Friendly Pages - Javascript Error

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
tscott

Printer Friendly Pages - Javascript Error

Post 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.
joecannes
Forum Members
Forum Members
Posts: 93
Joined: Mon Nov 26, 2007 5:00 pm
Location: Montreal, Quebec

Re: Printer Friendly Pages - Javascript Error

Post by joecannes »

any luck with this problem? I have the same error when I use ie 7
Locked

Return to “CMSMS Core”