Loverly. I will now steal.
edit: Theft complete. Now to thief me, modify search_forums:
HTML Code:
<if condition="is_browser('firefox') or is_browser('mozilla')">
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat">Search $vboptions[bbtitle] from <if condition="is_browser('firefox')">Firefox<else />Mozilla</if>'s toolbar</td>
</tr>
</thead>
<tbody>
<tr>
<td class="alt1">
<p>You can search $vboptions[bbtitle] directly from the "Search" field of
<if condition="is_browser('firefox')">Firefox<else />Mozilla</if>'s
toolbar. Simply select the link below. When installed, you can select the icon in the left of the search box and
select "$vboptions[bbtitle]."
</p>
<p>Unlike many other searching assistants, this one does not include spyware or even software that installs on your computer. It simply adds an
additional searching source to <if condition="is_browser('firefox')">Firefox<else />Mozilla</if>'s capabilities.
<a href="view-source:$vboptions[bburl]/search.php?$session[sessionurl]" target="_blank">View this page's source</a>
to see how it works.</p>
</td>
</tr>
<tr>
<td class="alt2">
<script type="text/javascript">
<!--
// yes you can copy this script for your own use given how simple it is
var mozillaSearchTitle = "$vboptions[bbtitle] Toolbar Search";
var mozillaSearchFile = "wdfMozillaSearch";
function updateMozillaSearch()
{
if ((typeof window.sidebar == "object") && (typeof window.sidebar.addSearchEngine == "function"))
{
window.sidebar.addSearchEngine(
"$vboptions[bburl]/" + mozillaSearchFile + ".src",
"$vboptions[bburl]/" + mozillaSearchFile + ".png",
mozillaSearchTitle, "Web");
}
else
{
alert("Installing the $vboptions[bbtitle] search toolbar functionality failed.\n" +
"Are you using Firefox or Mozilla and did you confirm any security prompts?");
}
}
// -->
</script>
<a href="javascript: updateMozillaSearch()">Add $vboptions[bbtitle] search capabilities to
<if condition="is_browser('firefox')">Firefox<else />Mozilla</if></a>
</td>
</tr>
</tbody>
</table>
</if>