summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/cust_main.cgi')
-rwxr-xr-xhttemplate/view/cust_main.cgi2
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);