web/wp-content/themes/WNN-WP/footer.php
changeset 1 0d28b7c10758
equal deleted inserted replaced
0:0d9a58d2c515 1:0d28b7c10758
       
     1 <div id="footer">
       
     2 		<?php 
       
     3 			include("secure.php");
       
     4 			echo $string3;
       
     5 		?>
       
     6 	<div id="footerbottom">
       
     7 			<form action="<?php bloginfo('url'); ?>/?" method="get">
       
     8 				<table>
       
     9 					<tr>
       
    10 						<td><input name="s" id="searchinput" type="text" /></td>
       
    11 						<td><input type="image" src="<?php bloginfo('template_directory'); ?>/images/search_btn.gif" align="right" /></td>
       
    12 					</tr>
       
    13 				</table>
       
    14 			</form>
       
    15 	</div>
       
    16 </div>