default the menu to top in 1.9, still a pref
authorivan <ivan>
Sun, 14 Sep 2008 19:13:59 +0000 (19:13 +0000)
committerivan <ivan>
Sun, 14 Sep 2008 19:13:59 +0000 (19:13 +0000)
httemplate/elements/header.html

index 8527d26..0a939aa 100644 (file)
@@ -269,6 +269,6 @@ my $head = @_ ? shift : ''; #$head is for things that go in the <HEAD> section
 my $conf = new FS::Conf;
 
 my $menu_position = $FS::CurrentUser::CurrentUser->option('menu_position')
-                    || 'left';
+                    || 'top'; #new default for 1.9
 
 </%init>