Exemple #1
0
// no direct access
defined('_JEXEC') or die('Restricted access');
if ($this->view_attendees_list && $this->registers) {
    ?>
	<div id="redevent" class="event_id<?php 
    echo $this->row->did;
    ?>
 el_details">
		<h2 class="register"><?php 
    echo JText::_('COM_REDEVENT_REGISTERED_USERS') . ': ' . $this->row->full_title;
    ?>
		<?php 
    if ($this->manage_attendees) {
        ?>
    <?php 
        echo REOutput::xrefattendeesbutton($this->row->xref);
        ?>
		<?php 
    }
    ?>
</h2>

		<?php 
    if (count($this->roles)) {
        ?>
		<?php 
        $this->showRoles();
        ?>
		<?php 
    }
    ?>