diff options
author | ivan <ivan> | 2011-05-11 16:20:13 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-05-11 16:20:13 +0000 |
commit | 83053569b3d965924e2e1d4f5b199609ec7c29af (patch) | |
tree | cf7b145fe37e171045040cf9619e6aab98689cae /httemplate/index.html | |
parent | 38eb380a88ea7a130e83b77ff9c51ef6967b707b (diff) |
i18n, RT#12515
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 &> |