Name

MV_AUTOLOAD — (partly documented)

SYNOPSIS

{ }

DESCRIPTION

It specifies the value to be placed in the beginning of the html if the $Vend::PageInit is defined and not 0.

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_AUTOLOAD is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Interpolate.pm
Line 652 (context shows lines 642-656 in interpolate_html():640)


return undef if ! defined($html);
return undef if $Vend::NoInterpolate;
my ($name, @post);
my ($bit, %post);

local($^W);

my $toplevel;
if(defined $Vend::PageInit and ! $Vend::PageInit) {
  defined $::Variable->{MV_AUTOLOAD}
    and $html =~ s/^/$::Variable->{MV_AUTOLOAD}/;
  defined $::Variable->{MV_AUTOEND}
    and $html =~ s/$/$::Variable->{MV_AUTOEND}/;
  $toplevel = 1;

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!