From fe8a8446fed648694e11f5a57f1da34c9036da3e Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 15 Aug 2008 08:45:09 +0000 Subject: [PATCH] 1.7 needs header-minimal.html for new file upload to work --- httemplate/elements/header-minimal.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 httemplate/elements/header-minimal.html diff --git a/httemplate/elements/header-minimal.html b/httemplate/elements/header-minimal.html new file mode 100644 index 000000000..f74a9cc62 --- /dev/null +++ b/httemplate/elements/header-minimal.html @@ -0,0 +1,19 @@ +% +% my($title, $menubar) = ( shift, shift ); #$menubar is unused here though +% my $etc = @_ ? shift : ''; #$etc is for things like onLoad= etc. +% my $head = @_ ? shift : ''; #$head is for things that go in the section +% my $conf = new FS::Conf; +% + + + + + + <% $title %> + + + + + <% $head %> + + > -- 2.20.1