</th>
			<th width="33%">
				<?php 
echo "<img src=\"" . $imgpath . "2501.png\" border=\"0\" align=\"absmiddle\" /> " . JTEXT::_('COM_MATUKIO_WAITLIST');
?>
			</th>
			<th width="33%">
				<?php 
echo "<img src=\"" . $imgpath . "2500.png\" border=\"0\" align=\"absmiddle\" /> " . JTEXT::_('COM_MATUKIO_EXCEEDED');
?>
			</th>
		</tr>
		<tr>
			<th width="33%">
				<?php 
echo "<img src=\"" . $imgpath . "2500.png\" border=\"0\" align=\"absmiddle\" /> " . JTEXT::_('COM_MATUKIO_EVENT_HAS_ENDED');
?>
			</th>
			<th width="33%">
				<?php 
echo "<img src=\"" . $imgpath . "2500.png\" border=\"0\" align=\"absmiddle\" /> " . JTEXT::_('COM_MATUKIO_FULLY_BOOKED');
?>
			</th>
			<th width="33%">
			</th>
		</tr>
	</table>
	</div>
<?php 
echo CompojoomHtmlCTemplate::getFooter(MatukioHelperUtilsBasic::getCopyright(false));
Example #2
0
                }
            });
		});
	})(jQuery);
</script>

<?php 
if ($this->updateStats) {
    ?>
    <script type="text/javascript">
        (function($) {
            $(document).ready(function(){
                $.ajax('index.php?option=com_cmc&task=stats.send&tmpl=component&<?php 
    echo JSession::getFormToken();
    ?>
=1', {
                    dataType: 'json',
                    success: function(msg) {}
                });
            });
        })(jQuery);
    </script>
<?php 
}
?>


<?php 
// Show Footer
echo CompojoomHtmlCTemplate::getFooter(CmcHelperBasic::footer());