RT# 82949 - changes section name from fees to pricing, better opiton
[freeside.git] / httemplate / view / REAL_logo.cgi
1 <% $conf->config_binary("logo.png", $agentnum) %>
2 <%init>
3
4 my $conf = new FS::Conf;
5
6 my $agentnum = '';
7 my @agentnums = $FS::CurrentUser::CurrentUser->agentnums;
8 if ( scalar(@agentnums) == 1 ) {
9   $agentnum = $agentnums[0];
10 }
11
12 http_header('Content-Type' => 'image/png' );
13
14 </%init>