Name

MV_DEFAULT_LINK_CLASS —

SYNOPSIS

DESCRIPTION

VARIABLE TYPE

Catalog variable

EXAMPLES

No examples are available at this time. We do consider this a problem and will try to supply some.

NOTES

AVAILABILITY

MV_DEFAULT_LINK_CLASS is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Menu.pm
Line 2201 (context shows lines 2191-2205 in menu():2133)

      $opt->{file} = "$dir/default.txt";
    }
  }
}

$opt->{dhtml_browser} = dhtml_browser()
  unless defined $opt->{dhtml_browser};
$opt->{menu_type} ||= 'simple';

my $prefix = $opt->{prefix} || 'menu';
$opt->{link_class} ||= $::Variable->{MV_DEFAULT_LINK_CLASS};

$opt->{parse_header_footer} = 1 unless defined $opt->{parse_header_footer};

if($opt->{parse_header_footer}) {

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!