That was almost perfect. Had to change some minor things, but well, it’s great! Only one thing left: All widgets appear in my first sidebar! They are set up correctly, so it must be something in your functions.php.
I modified the first lines, so it SHOULD work, but it doesn’t…
if ( function_exists('register_sidebars') )
register_sidebars(2, array(
'before_widget' => '<div id="%1$s" class="widget %2$s">',
'after_widget' => '</div>',
));
You got a hint?