X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fdocs%2Fabout.html;h=a332074246fc0531d50bc7da168e4dfc7204803c;hb=cd806feccf2a67aa73de7f38ca9d2bf8b129b0a1;hp=f0994e506f4c9410043609c672e0a724b2e4846f;hpb=5d621f40627cdfcb75b1254bd07bb02d59e9a767;p=freeside.git diff --git a/httemplate/docs/about.html b/httemplate/docs/about.html index f0994e506..a33207424 100644 --- a/httemplate/docs/about.html +++ b/httemplate/docs/about.html @@ -1,14 +1,34 @@ -<% include('/elements/header-popup.html', { title=>'Freeside', nobr=>1 } ) %> +<% include('/elements/header-popup.html', { title=>$title, nobr=>1 } ) %> <% include('/elements/init_overlib.html') %>
-
-

version <% $FS::VERSION %>

+% if ( $agentnum ) { + +
+ +% my $url = $conf->config('company_url', $agentnum); +% if ( $url ) { +

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

version <% $FS::VERSION %>

+ +% }
-© 2011 Freeside Internet Services, Inc.
+% if ( $agentnum ) { +

+ Based on Freeside version <% $FS::VERSION %>
+% } else { + +% } +© 2017 Freeside Internet Services, Inc.
All rights reserved.
Licensed under the terms of the
GNU Affero General Public License.
@@ -17,20 +37,28 @@ GNU Affero General Public License.

+% if ( $agentnum ) { + +% } Credits      License

-Freeside homepage +Freeside homepage +% if ( $agentnum ) { +
+% }

-
-"The sky was yellow and the sun was blue" -R. Hunter -
+% unless ( $agentnum ) { +
+ "All the years combine; they melt into a dream" - R. Hunter +
+% }