<!-- Venue --> <?php if ($this->row->venueid != 0) { ?> <h2 class="location"> <?php echo JText::_('COM_REDEVENT_VENUE'); ?> </h2> <?php //flyer echo redEVENTImage::modalimage($this->row->locimage, $this->row->venue); echo REOutput::mapicon($this->row, array('class' => 'event-map')); ?> <dl class="location floattext"> <dt class="venue"><?php echo JText::_('COM_REDEVENT_VENUE') . ':'; ?> </dt> <dd class="venue"> <?php echo JHTML::link($venuelink, $this->escape($this->row->venue)); ?> <?php if (!empty($this->row->url)) { ?> -
function _getTag_venue_mapicon() { return REOutput::mapicon($this->getEvent()->getData(), array('class' => 'event-map')); }
if ($this->params->def('show_page_title', 1)) { ?> <h1 class='componentheading'> <?php echo $this->escape($this->pagetitle); ?> </h1> <?php } ?> <!--Venue--> <?php //flyer echo redEVENTImage::modalimage($this->venue->locimage, $this->venue->venue); echo REOutput::mapicon($this->venue, array('class' => 'map')); ?> <dl class="location floattext"> <?php if (!empty($this->venue->url)) { ?> <dt class="venue"><?php echo JText::_('COM_REDEVENT_WEBSITE') . ':'; ?> </dt> <dd class="venue"> <a href="<?php echo $this->venue->url; ?> " target="_blank"> <?php
foreach ($this->rows as $row) { ?> <h2 class="eventlist"> <a href="<?php echo $row->targetlink; ?> "><?php echo $this->escape($row->venue); ?> </a> </h2> <?php echo redEVENTImage::modalimage($row->locimage, $row->venue); echo REOutput::mapicon($row, array('class' => 'map')); ?> <dl class="location floattext"> <?php if (!empty($row->url)) { ?> <dt class="venue_website"><?php echo JText::_('COM_REDEVENT_WEBSITE') . ':'; ?> </dt> <dd class="venue_website"> <a href="<?php echo $row->url; ?> " target="_blank"> <?php