Advertisement
Guest User

Untitled

a guest
May 19th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.50 KB | None | 0 0
  1. <? } elseif($this->contributionerror_empty||$this->contributionerror_length) {?>
  2.     <div id="uevents_fe_reader_contribution">
  3.     <? if($this->contributionerror_empty) {?>
  4.         <h1>Your contribution was not submitted, because you didn't fill in all fields</h1>
  5.     <? }
  6.     if($this->contributionerror_length) {?>
  7.         <h1>Your contribution was not submitted, because you exceeded the abstract character count.</h1>
  8.     <? } ?>
  9.     </div>
  10. <? } elseif($this->event["acceptcontributions"] && $this->is_registered) {?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement