diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-06-20 13:30:44 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-06-20 13:30:44 -0700 |
commit | 3a0640fe177929f91432435af0a82de1eead9f55 (patch) | |
tree | 966e9dabda7584911225a156fac362a3b757f249 | |
parent | b7d8bc26840a8238cd8c41faf5ba78abfceac383 (diff) |
don't open freeside homepage in its own window, getting blocked
-rw-r--r-- | httemplate/docs/about.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/docs/about.html b/httemplate/docs/about.html index e3bb28298..0d3848b65 100644 --- a/httemplate/docs/about.html +++ b/httemplate/docs/about.html @@ -10,7 +10,7 @@ % my $url = $conf->config('company_url', $agentnum); % if ( $url ) { <BR><BR> - <A HREF="<% $conf->config('company_url', $agentnum) %>" TARGET="_blank"><%$title%> homepage</A> + <A HREF="<% $conf->config('company_url', $agentnum) %>" TARGET="_top"><%$title%> homepage</A> % } % } else { @@ -46,7 +46,7 @@ GNU <b>Affero</b> General Public License.<BR> <BR><BR> -<A HREF="http://www.freeside.biz/freeside" TARGET="_blank">Freeside homepage</A> +<A HREF="http://www.freeside.biz/freeside" TARGET="_top">Freeside homepage</A> % if ( $agentnum ) { </FONT> % } @@ -56,7 +56,7 @@ GNU <b>Affero</b> General Public License.<BR> % unless ( $agentnum ) { <CENTER> - <FONT SIZE="-3">"A selfish heart is trouble, but a foolish heart is worse" -R. Hunter</FONT> +<!-- <FONT SIZE="-3">"" -R. Hunter</FONT> --> </CENTER> % } |