Index  Up  <<  >>  


banner

CALL INFORMATION
Parameters: category

Positional parameters in same order.

The attribute hash reference is passed to the subroutine after the parameters as the last argument. This may mean that there are parameters not shown here.

Must pass named parameter interpolate=1 to cause interpolation.

Invalidates cache: no

Called Routine:

ASP/perl tag calls:

    $Tag->banner(
        {
         category => VALUE,
        }
    )
  
 OR
 
    $Tag->banner($category, $ATTRHASH);

 

DESCRIPTION
The [banner ...] tag is designed to implement random or rotating banner displays in your Minivend pages. See the main Minivend documentation, section Banner/Ad rotation.


Index  Up  <<  >>