summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2008-09-14 19:13:59 +0000
committerivan <ivan>2008-09-14 19:13:59 +0000
commit9c8e3bcad078ed4d4d0f13369210db0fe7aa1ce5 (patch)
tree72aa03cb395359299061235062e60e4c02de5ea5 /httemplate
parent8e7225dc2659c990f71609dea29c8ca0f8c7ebc2 (diff)
default the menu to top in 1.9, still a pref
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/elements/header.html2
1 files changed, 1 insertions, 1 deletions
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 <HEAD> section
my $conf = new FS::Conf;
my $menu_position = $FS::CurrentUser::CurrentUser->option('menu_position')
- || 'left';
+ || 'top'; #new default for 1.9
</%init>