Hi Nico,
It's not a bug !
Make your template like that in 2 minutes.
You make a copy of seb_one template folder with a new name seb_two.
Inside your new template nico_one, you open the file nico_one/index.php, you copy the position Hidden on lines 198 until 203. You put the copy between the lines 38 and 39. You change the code like that :
if ( $cck->countFields( 'hidden-top' ) ) { ?>
renderPosition( 'hidden-top' ); ?>
In your file nico_one/templateDetails.xml, you change line 3 the name of the template with:
nico_oneIn your file nico_one/templateDetails.xml, you add a position after line 79 with:
hidden-topIn your file nico_one/templateDetails.xml, you change line 31 and 32 the name of the ini language file with:
en-GB/en-GB.tpl_seb_two.ini
fr-FR/fr-FR.tpl_seb_two.ini
In your folder nico_one/languages/en-GB/ and seb_two/languages/fr-FR/ change name of files like that:
nico_one/languages/fr-FR/fr-FR.tpl_seb_two.ini
nico_one/languages/en-GB/en-GB.tpl_seb_two.ini
You can stop here and compress the folder to a zip. You install it.
A other solution , a hidden variation.