From 9c8e3bcad078ed4d4d0f13369210db0fe7aa1ce5 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 14 Sep 2008 19:13:59 +0000 Subject: [PATCH] default the menu to top in 1.9, still a pref --- httemplate/elements/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index 8527d26a5..0a939aa9e 100644 --- a/httemplate/elements/header.html +++ b/httemplate/elements/header.html @@ -269,6 +269,6 @@ my $head = @_ ? shift : ''; #$head is for things that go in the section my $conf = new FS::Conf; my $menu_position = $FS::CurrentUser::CurrentUser->option('menu_position') - || 'left'; + || 'top'; #new default for 1.9 -- 2.11.0