author | ymh <ymh.work@gmail.com> |
Mon, 22 Mar 2010 16:36:28 +0100 | |
changeset 5 | ac511f1ccc8e |
parent 1 | 0d28b7c10758 |
permissions | -rw-r--r-- |
1 | 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> |