
Originally Posted by
tatiana77
Ok, Jade, below is line 107
<!--bof-header ezpage links-->
<?php if (EZPAGES_STATUS_HEADER == '1' or (EZPAGES_STATUS_HEADER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
<?php require($template->get_template_dir('tpl_ezpages_bar_header.php',DIR _WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_header.php'); ?>
<?php } ?>
<!--eof-header ezpage links-->
From a Google search, I understood that there must be something like a semicolon, or ' or " missing or extra,... which is in reference to my error code:
Parse error: parse error, unexpected T_STRING in /homepages/44/d205662926/htdocs/zencart/includes/templates/WR/common/tpl_header.php on line 107
Any clues?