Posted by sti_drupal on May 8, 2008 at 9:23am
Jump to:
| Project: | Internet Services |
| Version: | 6.x-2.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | hswong3i |
| Status: | closed (fixed) |
Issue Summary
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
#1
Resolved
on line 29----->
<?php if ($search_box): ?><div id="search-region" class="clear-block"><?php print $search_box; ?></div><? endif; ?>
<?php endif; ?>
#2
You are right I miss an open
<?phpbut written in<?. I will update this is CVS HEAD, please wait for the new release. Thanks for report and debug :D#3
Automatically closed -- issue fixed for two weeks with no activity.