SetVarTemplate

Type: function

A block tag used to set the value of a custom variable block which evaluated when the page is rendered.

Example

  1. Set a variable:

    <mt:SetVarTemplate name="foo">
        Block of code... usually <mt:VariablesHereWhich__CanNot__BeSetWithMTVar />
    </mt:SetVarTemplate>
    
  2. Output the variable:

    <mt:Var name="foo" />
    

Related Tags

This page was last updated on 2008-05-29, 15:30.  

Leave a note