11 lines
366 B
PHP
11 lines
366 B
PHP
<h1><?php echo h($event['Event']['Name']); ?></h1>
|
|
<ol>
|
|
<li><?php echo $event['Event']['Id']; ?></li>
|
|
<li><?php echo $event['Event']['Id']; ?></li>
|
|
<li><?php echo $event['Event']['StartTime']; ?></li>
|
|
<li><?php echo $event['Event']['Length']; ?></li>
|
|
<li><?php echo $event['Event']['Frames']; ?></li>
|
|
<li><?php echo $event['Event']['Id']; ?></li>
|
|
</ol>
|
|
|