so Search.tsf and Search.rdf work
[freeside.git] / httemplate / view / cust_bill-logo.cgi
1 <%
2
3 ##untaint invnum
4 #my($query) = $cgi->keywords;
5 #$query =~ /^((.+)-)?(\d+)$/;
6 #my $templatename = $2;
7 #my $invnum = $3;
8
9 my $templatename = '';
10
11 my $conf = new FS::Conf;
12 http_header('Content-Type' => 'image/png' );
13
14 http_header('Content-Type' => 'image/png' );
15 %><%= $conf->config_binary("logo$templatename.png") %>