Closed (fixed)
Project:
Event
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2007 at 03:59 UTC
Updated:
7 Jul 2007 at 11:45 UTC
<?php print $event['start_format'] ?>
Should be displaying the start date of my event node, however is returning nothing.
http://demo.pittpunk.com/node/38
Next to where it says "Gooski's" should be displaying the date. And it isn't!
So close, yet so far.
Comments
Comment #1
michelleI've got a stock test site with V1 on it at the moment and there's no such thing as $event. start_format is part of the node object, so you need:
print $node->start_format;
Michelle
Comment #2
killes@www.drop.org commentedright
Comment #3
(not verified) commented