web/wp-content/themes/WNN-WP/footer.php
author ymh <ymh.work@gmail.com>
Mon, 22 Mar 2010 16:36:28 +0100
changeset 5 ac511f1ccc8e
parent 1 0d28b7c10758
permissions -rw-r--r--
add hgignore

<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>