Drupal 6.2:
Parse error: syntax error, unexpected $end in C:\www\drupal-6.2\themes\internet_services\page.tpl.php on line 61

Drupal 5.7:
Parse error: syntax error, unexpected $end in C:\www\drupal-5.7\themes\internet_services\page.tpl.php on line 60

it's my php problem?

Comments

sti_drupal’s picture

Resolved

on line 29----->


<?php if ($search_box): ?><div id="search-region" class="clear-block"><?php print $search_box; ?></div><? endif; ?>


<?php endif; ?>

hswong3i’s picture

Assigned: Unassigned » hswong3i
Category: support » bug
Status: Active » Fixed

You are right I miss an open <?php but written in <?. I will update this is CVS HEAD, please wait for the new release. Thanks for report and debug :D

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.