</div> <p class="joms-focus__info--desktop"> <?php echo CActivities::truncateComplex($event->summary, $summaryLength, true); ?> </p> </div> <div class="joms-focus__actions__wrapper"> <?php if ($my->id != 0) { ?> <div class="joms-focus__actions--desktop"> <?php if ($handler->isAllowed() && !$isPastEvent && CEventHelper::showAttendButton($event)) { ?> <a href="javascript:" class="joms-focus__button--add" onclick="joms.api.eventResponse('<?php echo $event->id; ?> ', ['<?php echo COMMUNITY_EVENT_STATUS_ATTEND; ?> ', '<?php echo JText::_('COM_COMMUNITY_EVENTS_RSVP_ATTEND', true); ?> '], ['<?php echo COMMUNITY_EVENT_STATUS_WONTATTEND;