From: ivan Date: Sat, 7 May 2011 17:30:25 +0000 (+0000) Subject: fix cust_main-external_links, RT#10889 X-Git-Tag: freeside_2_3_0~288 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=c991a4f510a605f1bf3d1361cc2894370c5cd05b fix cust_main-external_links, RT#10889 --- diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index 671aba72f..c9839b9b1 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -104,7 +104,7 @@ function areyousure(href, message) { % if ( $conf->config('cust_main-external_links') ) { <% $br++ ? ' | ' : '' %> -% my @links = split(/\n/, $conf->config('menu-prepend_links')); +% my @links = split(/\n/, $conf->config('cust_main-external_links')); % foreach my $link (@links) { % $link =~ /^\s*(\S+)\s+(.*?)(\s*\(([^\)]*)\))?$/ or next; % my($url, $label, $alt) = ($1, $2, $4);