Inuendoo Posted January 20, 2011 Share Posted January 20, 2011 When I try to go onto my forums I get : Parse error: syntax error, unexpected '}' in /home/public_html/phpBB3/cache/tpl_crystalline_overall_header.html.php on line 102 This is line 102 <link rel="stylesheet" type="text/css" media="screen, projection" href="<?php echo (isset($this->_rootref['T_TEMPLATE_PATH'])) ? $this->_rootref['T_TEMPLATE_PATH'] : ''; ?>/rokbox/themes/<!--%20IF%20ROKBOX_THEME%20--><?php echo (isset($this->_rootref['ROKBOX_THEME'])) ? $this->_rootref['ROKBOX_THEME'] : ''; ?><!--%20ELSE%20-->light<!--%20ENDIF%20-->/rokbox-style-ie8.css" /><?php } } ?><!-- RokBox phpBB3 Code End --><?php echo (isset($this->_rootref['CRYSTAL_FONTFACE'])) ? $this->_rootref['CRYSTAL_FONTFACE'] : ''; } else { ?>helvetica<?php } ?> font-size-is-default menu-type-<?php if ($this->_rootref['IE_VERSION'] != ('6')) { ?>fusionmenu<?php } else { ?>suckerfishmenu<?php } ?> col12 section-<?php echo (isset($this->_rootref['SCRIPT_NAME'])) ? $this->_rootref['SCRIPT_NAME'] : ''; ?> <?php echo (isset($this->_rootref['S_CONTENT_DIRECTION'])) ? $this->_rootref['S_CONTENT_DIRECTION'] : ''; ?> mar10-home"> Quote Link to comment https://forums.phpfreaks.com/topic/225097-parse-error-syntax-error-unexpected/ Share on other sites More sharing options...
Maq Posted January 20, 2011 Share Posted January 20, 2011 If that's the entire code then you have two '}' unaccounted for. Is there any way you can format that? Quote Link to comment https://forums.phpfreaks.com/topic/225097-parse-error-syntax-error-unexpected/#findComment-1162729 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.