Name

UI_IMAGE_DIR — specify web server path to the admin interface images and CSS

SYNOPSIS

{ path }

DESCRIPTION

This variable specifies the web server path to the admin interface images and CSS definitions.

VARIABLE TYPE

Global variable,
Catalog variable

EXAMPLES

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

NOTES

This variable should be set in dist/lib/UI/ui.cfg.

AVAILABILITY

UI_IMAGE_DIR is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: code/SystemTag/image.tag
Line 35 (context shows lines 25-39)

@imagefields = qw( image ) if ! @imagefields;

my @imagesuffixes = qw( jpg gif png jpeg );
my $filere = qr/\.\w{2,4}$/;
my $absurlre = qr!^(?i:https?)://!;

if ($opt->{ui}) {
# unless no image dir specified, add locale string
my $locale = $Scratch->{mv_locale} ? $Scratch->{mv_locale} : 'en_US';
$imagedir    = $::Variable->{UI_IMAGE_DIR}
        || $Global::Variable->{UI_IMAGE_DIR};
$imagedirsecure  = $::Variable->{UI_IMAGE_DIR}
        || $Global::Variable->{UI_IMAGE_DIR};
for ($imagedir, $imagedirsecure) {
    if ($_) {

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!