Can someone please inform me what I'm doing wrong? I see no errors at all, yet it's giving me that stupid "parse error" for the include. Here's my code:
<?php wp_list_pages('title_li=<h3>' . __('Pages') . '</h3>' ); ?>
<?php } ?>
<?php _e('Archives'); ?>
<?php
wp_get_archives(); ?>
<br><br>
<div class="sidebarheader">Search</div>
<? include($_SERVER['DOCUMENT_ROOT'] . "/photos/wp-content/themes/default/searchform.php"); ?>
<!--closing wordpress tags-->
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php } ?>
<!
<--/closing wordpress tags-->
The page where the error is happening is here: http://twilight-whispers.com/photos
Thank you so much!!