diff options
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/elements/header.html | 2 |
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> |