web/wp-content/themes/WNN-WP/footer.php
changeset 1 0d28b7c10758
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/themes/WNN-WP/footer.php	Fri Mar 12 13:29:04 2010 +0000
@@ -0,0 +1,16 @@
+<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>
\ No newline at end of file