Parse error: syntax error, unexpected '<' in /Library/WebServer/Documents/drupal/sites/all/modules/calendar/theme/calendar-day-node.tpl.php on line 45

I am getting this error on any page that tries to visit:

http://localhost/drupal/?q=calendar/

Comments

imagetag’s picture

change line 42 to:

<div class="calendar dayview" id="<?php print $node->date_id ?>">

The php tag at the end wasn't closed correctly,

KarenS’s picture

Status: Active » Fixed

Oops! I did the same thing in the week and month templates. Fixed all of them. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

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