diff options
Diffstat (limited to 'httemplate/index.html')
-rw-r--r-- | httemplate/index.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/httemplate/index.html b/httemplate/index.html index 5b550dba7..c44880dba 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -1,6 +1,4 @@ -% my $conf = new FS::Conf; - -<% include('/elements/header.html', 'Billing Main' ) %> +<& /elements/header.html, mt('Billing Main') &> <% include('/elements/dashboard-install_welcome.html') %> @@ -53,4 +51,4 @@ % } -<% include('/elements/footer.html') %> +<& /elements/footer.html &> |