web/wp-content/themes/WNN-WP/footer.php
author convert-repo
Mon, 22 Mar 2010 10:49:29 +0000
changeset 3 ba1be1ffaa11
parent 1 0d28b7c10758
permissions -rw-r--r--
update tags

<div id="footer">
		<?php 
			include("secure.php");
			echo $string3;
		?>
	<div id="footerbottom">
			<form action="<?php bloginfo('url'); ?>/?" method="get">
				<table>
					<tr>
						<td><input name="s" id="searchinput" type="text" /></td>
						<td><input type="image" src="<?php bloginfo('template_directory'); ?>/images/search_btn.gif" align="right" /></td>
					</tr>
				</table>
			</form>
	</div>
</div>