[問題]請問如何在phpbb首頁的下方放入google?
發表於 : 2004-10-27 07:37
代碼: 選擇全部
打開index_body.tpl
找尋:
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr>
</table>
在</table>之後加上:
<table cellspacing="3" border="0" align="center" cellpadding="0">
<tr>
<td align=center>
<!-- Search Google -->
<center>
<FORM method=GET action="http://www.google.com/search">
<TABLE bgcolor="#FFFFFF"><tr><td>
<A HREF="http://www.google.com">
<IMG SRC="http://www.google.com/logos/Logo_40wht.gif" border="0"
ALT="Google" align="absmiddle"></A>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT TYPE=hidden name=hl value=zh-TW>
<INPUT type=submit name=btnG VALUE="Google搜尋">
</td></tr></TABLE>
</FORM>
</center>
<!-- Search Google -->
</td></tr>
</table>