<?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