Well, now I have made a product, but it still doesn't seem to work...
My product is here...
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<product productid="navigation_dropdown" active="1">
<title><![CDATA[Navigation Dropdown]]></title>
<description></description>
<version>1.0</version>
<codes />
<templates>
<template name="navigation_dropdown" templatetype="template" date="1145804592" username="Bigfoot" version="1.0"><![CDATA[<select onchange="dropdownLink(this.options[this.selectedIndex].value)">
<option value="">Hurtig menu</option>
<option value="">--------------------------</option>
</select>]]></template>
</templates>
<plugins>
<plugin active="1">
<title><![CDATA[Navigation Dropdown]]></title>
<hookname>global_start</hookname>
<phpcode><![CDATA[if (in_array(THIS_SCRIPT, array('showthread', 'showpost', 'newthread', 'newreply', 'editpost', 'printthread')))
{
$globaltemplates = array_merge($globaltemplates, array(
'navigation_dropdown'
));
}]]></phpcode>
</plugin>
</plugins>
</product>