Quote:
Originally Posted by dvsDave
I'm working on putting it in the search results as well. Will post update when that is done.
|
In the search_results template:
FIND:
Code:
<if condition="$displayCommon">
ADD BEFORE:
Code:
<if condition="is_browser('firefox')">
<tr>
<td class="thead" colspan="$threadcolspan" align="center">
$vbphrase[searchfromfirefox] <a href="javascript:addEngine('filename','ext','description')">Install the |your site name here| search engine!</a>
<td>
</tr>
</if>