<%INIT>
for my $item ( qw/WebPath WebURL/ ) {
$COLUMN_MAP->{$item}{value} = RT->Config->Get($item);
}
</%INIT>
<%ARGS>
$COLUMN_MAP
</%ARGS>
<%INIT>
for my $item ( qw/WebPath WebURL/ ) {
$COLUMN_MAP->{$item}{value} = RT->Config->Get($item);
}
</%INIT>
<%ARGS>
$COLUMN_MAP
</%ARGS>