PHPBB3 Theme Coding Error

I opened overall_header.html on a phpbb3 style… and dreamweaver gave me an error on this line…

	if ({S_NEW_PM})
	{
		var url = '{UA_POPUP_PM}';
		window.open(url.replace(/&/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');
	}
<!-- ENDIF -->

Is there an issue with this? could it possibly be somewhere else, or should I move on with my life?

Sponsor our Newsletter | Privacy Policy | Terms of Service