Installed under D7 alpha 6

Code breaks on following two lines in page.tpl.php:

Error: Parse error: syntax error, unexpected T_ENDIF in E:\work\devel\xampp-1.7.3\xampp\htdocs\drupal-7.0-alpha6\sites\all\themes\analytic\page.tpl.php on line 72

Line 68: <?/*php if ($search_box): ?>
should be <?php /* if ($search_box): ?>

Error: Parse error: syntax error, unexpected '*' in E:\work\devel\xampp-1.7.3\xampp\htdocs\drupal-7.0-alpha6\sites\all\themes\analytic\page.tpl.php on line 81

Line 79: <?/*php if ($is_admin): ?>
should be <?php /* if ($is_admin): ?>

Comments

ollar’s picture

Status: Active » Closed (fixed)

Thanks a lot! Fixed. Looks like I haven't slipped long)