Posts tagged "overall_header syntax error"
Syntax error in PHPBB 3.06 Prosilver overall_header.html file
While using Dreamweaver CS4 to make minor template changes to the default Prosilver theme for PHPBB 3.06 I found a syntax error in the file known as overall_header.html Lines 49-50: 49. <!– IF S_USER_PM_POPUP –> 50. if ({S_NEW_PM}) Here’s how I fixed it: The problem lies on line 50, where the statement is enclosed in...