MV_COMPONENT_DIR — (partly documented)
Interchange 5.9.0:
Source: code/UserTag/component.tag
Line 75 (context shows lines 65-79)
}
$record = $db->row_hash($name);
}
$record ||= $opt;
my $body = $record->{comptext};
if(! length($body)) {
my $dir = $opt->{comp_dir}
|| $::Variable->{MV_COMPONENT_DIR}
|| 'templates/components';
$body = readfile("$dir/$name",undef,1);
}