<% include('/elements/header-popup.html', { title=>$title, nobr=>1 } ) %> <% include('/elements/init_overlib.html') %>
% if ( $agentnum ) {
% my $url = $conf->config('company_url', $agentnum); % if ( $url ) {

<%$title%> homepage % } % } else {

version <% $FS::VERSION %>

% }
% if ( $agentnum ) {

Based on Freeside version <% $FS::VERSION %>
% } else { % } © 2016 Freeside Internet Services, Inc.
All rights reserved.
Licensed under the terms of the
GNU Affero General Public License.

% if ( $agentnum ) { % } Credits      License

Freeside homepage % if ( $agentnum ) {
% }

% unless ( $agentnum ) {
"I've heard it too many times to ignore it / Its's something that I'm supposed to be" - K. Frog
% } <%init> my $conf = new FS::Conf; my $agentnum = $conf->config('brand-agent'); my $title = $agentnum ? $conf->config('company_name', $agentnum) : 'Freeside';