<vte:template>

Vivvo template holder tag

Example:

<vte:template>
    <ul>
        <vte:foreach item="category" from="{categories}">
            <vte:if test="{category.view_subcat}">
                <li>
                    <a href="{category.get_href}">
                        <vte:value select="{category.category_name}" />
                    </a>
                </li>
            </vte:if>
        </vte:foreach>
    </ul>
</vte:template>
 
devdoc/vte/template.txt · Last modified: 2008/11/06 11:17 by milana
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki