<style type="text/css"> .rf_img {min-height:<?php echo $this->config->get('imageheight', 100); ?> px;} </style> <div id="redevent" class="el_venueevents"> <p class="buttons"> <?php if (!$this->params->get('popup')) { //don't show in printpopup if ($this->editlink) { echo REOutput::editVenueButton($this->venue->slug); } echo REOutput::listbutton($this->list_link, $this->params); } echo REOutput::mailbutton($this->venue->slug, 'venueevents', $this->params); echo REOutput::printbutton($this->print_link, $this->params); ?> </p> <?php if ($this->params->def('show_page_title', 1)) { ?> <h1 class='componentheading'> <?php echo $this->escape($this->pagetitle); ?> </h1> <?php }