<?PHP if(!$reviewMode){ ?>
<!-- begin footer -->
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table class="td_banner" width="100%" align="<?php echo $sxThemeConfig['SiteAlign']; ?>" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<table class="td_banner" width="<?php echo $sxThemeConfig['BoxWidth']; ?>" align="<?php echo $sxThemeConfig['SiteAlign']; ?>" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<!--
*******************
SEARCH OPTIONS: configure $sxThemeConfig['ShowSearchType'] in config.php.inc
*******************
-->
<!-- SHOW SEARCH TYPE 1 - search with pull-down selector: this site/google.com -->
<?PHP if($sxSetup['ShowSearch'] AND $sxThemeConfig['ShowSearchType']== 1) { ?>
<form action="<?PHP echo $PHP_SELF; ?>" method="post" name="sxSearch" style="margin: 0px; padding: 0px; padding-top:20px;">
<input name="search_text" style="width:113px;" type="text" value="" />
<select style="width:113px;" name="search_type">
<option value="site"><?PHP echo $sxLang['HomepageSearchSite']; ?></option>
<option value="google"><?PHP echo $sxLang['HomepageSearchGoogle']; ?></option>
</select>
<input name="Search" type="submit" value="<?PHP echo $sxLang['ButtonFind']; ?>" class="sxButton"/>
</form>
<?PHP } ?>
<!-- END SHOW SEARCH -->
<!-- SHOW SEARCH TYPE 2 - search with traditional text input and button -->
<?PHP if($sxSetup['ShowSearch'] AND $sxThemeConfig['ShowSearchType']== 2){ ?>
<form action="<?PHP echo $PHP_SELF; ?>" method="post" name="sxSearch" style="margin: 0px; padding: 0px; padding-top:20px;">
<input name="search_text" style="width: 113px;" type="text" />
<input name="Search" type="submit" value="<?PHP echo $sxLang['ButtonFind']; ?>" class="sxButton"/>
</form>
<?PHP } ?>
<!-- END SHOW SEARCH -->
<!-- SHOW SEARCH TYPE 3 - search with text input only -->
<?PHP if($sxSetup['ShowSearch'] AND $sxThemeConfig['ShowSearchType']== 3){ ?>
<form action="<?PHP echo $PHP_SELF; ?>" method="post" name="sxSearch" style="margin: 0px; padding: 0px; padding-top:20px;">
<input name="search_text" value="<?PHP echo $sxLang['HomepageSearch']; ?>..." onfocus="this.value='';return false;" style="width: 113px;" type="text" />
</form>
<?PHP } ?>
<!-- END SHOW SEARCH -->
</td>
<td><?PHP if($sxSetup['Sitemap']){ ?>
[<a href="<?PHP echo $sxSetup['Url'];?>/sitemap.php"><?PHP echo $sxLang['SiteMap']; ?></a>]</font>
<?php } ?><br />
</td>
<td align="right">
<!-- Please note that removing this copyright information is a violation of the license and is punishable by law. //-->
<br /><?PHP echo $sxLang['PoweredBy']; ?> <a href="http://sitex.bjsintay.com" target="_blank">SiteX 0.7 Beta</a> | © <?PHP echo $sxLang['Copyright']; ?> 2004-<?PHP echo date("Y"); ?> <?PHP echo $sxLang['AllRights']; ?><br /><?PHP echo $sxLang['Disclaimer']; ?></font><br />
<!-- End of Copyright notices //--><?PHP } ?> <br />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="100%" class="bottom_edge">
</td>
</tr>
</table>