summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_bill-logo.cgi
blob: fd6a81a75ce446a1a2d3ecfa9938c9a45864f2cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
%
%
%my $conf = new FS::Conf;
%
%my($query) = $cgi->keywords;
%$query =~ /^([^\.\/]*)$/;
%my $templatename = $1;
%if ( $templatename && $conf->exists("logo_$templatename.png") ) {
%  $templatename = "_$templatename";
%} else {
%  $templatename = '';
%}
%
%http_header('Content-Type' => 'image/png' );
%
<% $conf->config_binary("logo$templatename.png") %>