Exemplo n.º 1
0
if ($this->params->def('show_page_title', 1)) {
    ?>
	<h1 class="componentheading">
		<?php 
    echo $this->row->full_title;
    ?>
	</h1>
<?php 
}
?>

<!-- Details EVENT -->
	<h2 class="redevent">
		<?php 
echo $this->row->full_title;
echo '&nbsp;' . REOutput::editbutton($this->item->id, $this->row->did, $this->params, $this->allowedtoeditevent, 'editevent');
?>
	</h2>

	<?php 
//flyer
$eventimage = redEVENTImage::modalimage($this->row->datimage, $this->row->title);
echo $eventimage;
?>

	<dl class="event_info floattext">

		<dt class="title"><?php 
echo JText::_('COM_REDEVENT_TITLE') . ':';
?>
</dt>