Name

UI_REGION_DIR —

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

UI_REGION_DIR is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: dist/lib/UI/ContentEditor.pm
Line 2193 (context shows lines 2183-2197 in format_template():2148)

push @header, "ui_version: " . Vend::Tags->version();
delete $ref->{ui_name};
delete $ref->{ui_type};
delete $ref->{"ui_$type"};
delete $ref->{ui_slots};
delete $ref->{ui_version};
my $body = delete $ref->{ui_body};
$body =~ s/\r\n/\n/g;
$body =~ s/\r/\n/g;

my $dir = $::Variable->{UI_REGION_DIR} || 'templates/regions';

my $layout = delete $ref->{ui_template_layout} || [];
my $regdir;
for my $var (@$layout) {

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!