You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

schedule-response-error.php 371B

1234567
  1. <div class="update">
  2. <p class="message"><?php p($l->t('There was an error updating your attendance status.'));?></p>
  3. <p class="message"><?php p($l->t('Please contact the organizer directly.'));?></p>
  4. <?php if (isset($_['organizer'])): ?>
  5. <p class="message"><a href="<?php p($_['organizer']) ?>"><?php p(substr($_['organizer'], 7)) ?></a></p>
  6. <?php endif; ?>
  7. </div>