示例#1
0
        ?>
											</a>
										</div>
										<div class="event-location">
											<i class="dir-icon-map-marker dir-icon-large"></i> <?php 
        echo $event->location;
        ?>
										</div>
										
										<div class="event-date">
											<i class="dir-icon-calendar"></i> <?php 
        echo JBusinessUtil::getDateGeneralFormat($event->start_date) . (!empty($event->start_date) && $event->start_date != $event->end_date ? " - " . JBusinessUtil::getDateGeneralFormat($event->end_date) : "");
        ?>
, 
											<?php 
        echo JBusinessUtil::getTimeText($event->start_time) . " " . JText::_("LNG_UNTIL") . " " . JBusinessUtil::getTimeText($event->end_time);
        ?>
										
										</div>
										
										<div class="event-type">
											<?php 
        echo JText::_("LNG_TYPE");
        ?>
: <strong><?php 
        echo $event->eventType;
        ?>
</strong>
										</div>
										<div class="event-desciption">
											<?php