Esempio n. 1
0
 btn-default" href="<?php 
        echo $link;
        ?>
">
								<i class="<?php 
        echo $class;
        ?>
"></i>
								<?php 
        echo $text;
        ?>
							</a>
						</li>
					<?php 
    }
    if ($event->total_registrants && EventbookingHelper::canExportRegistrants($event->id)) {
        ?>
						<li>
							<a class="<?php 
        echo $btnClass;
        ?>
 btn-default" href="<?php 
        echo JRoute::_('index.php?option=com_eventbooking&task=registrant.export&event_id=' . $event->id . '&Itemid=' . $Itemid);
        ?>
">
								<i class="<?php 
        echo $iconDownloadClass;
        ?>
"></i>
								<?php 
        echo JText::_('EB_EXPORT_REGISTRANTS');