freeside/httemplate/view cust_bill-logo.cgi,NONE,1.1
ivan
ivan at pouncequick.420.am
Sat May 14 10:04:59 PDT 2005
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory pouncequick:/tmp/cvs-serv5325/httemplate/view
Added Files:
cust_bill-logo.cgi
Log Message:
html invoices: when displaying, use the actual logo from the conf dir - same as the emailed copy
--- NEW FILE: cust_bill-logo.cgi ---
<%
##untaint invnum
#my($query) = $cgi->keywords;
#$query =~ /^((.+)-)?(\d+)$/;
#my $templatename = $2;
#my $invnum = $3;
my $templatename = '';
my $conf = new FS::Conf;
http_header('Content-Type' => 'image/png' );
http_header('Content-Type' => 'image/png' );
%><%= $conf->config_binary("logo$templatename.png") %>
More information about the freeside-commits
mailing list