diff options
author | ivan <ivan> | 2011-05-07 17:30:25 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-05-07 17:30:25 +0000 |
commit | c991a4f510a605f1bf3d1361cc2894370c5cd05b (patch) | |
tree | 71a177bc3cc93b3ac7c7b5f704807c92d8ae3b59 /httemplate | |
parent | e8ded8195d035d2f32fe84982ce5d382c5e53047 (diff) |
fix cust_main-external_links, RT#10889
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/view/cust_main.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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); |