From c991a4f510a605f1bf3d1361cc2894370c5cd05b Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 7 May 2011 17:30:25 +0000 Subject: [PATCH] fix cust_main-external_links, RT#10889 --- httemplate/view/cust_main.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.11.0