Here's my php code:
<?php if($user->uid == '1'){ ?> <h3 class="info">Upcoming Games</h3> <!--MY CHANGE -from Athletics Events --> <?php } ?> <?php else { ?> <h3 class="info">Athletic Events</h3> <?php }?> Why do I get this error? I have all the brackets I need, don't I?