Index  Up  <<  >>  


include

CALL INFORMATION
Parameters: file

Positional parameters in same order.

Pass attribute hash as last to subroutine: no

Must pass named parameter interpolate=1 to cause interpolation.

Invalidates cache: no

Called Routine:

ASP/perl tag calls:

    $Tag->include(
        {
         file => VALUE,
        }
    )
  
 OR
 
    $Tag->include($file);

 

DESCRIPTION
Same as [file name] except interpolates for all MiniVend tags and variables. Does NOT do locale translations.


Index  Up  <<  >>