Table of Contents

<vte:header>

<vte:header> command is used to dynamically add css/scripts/rss feeds/meta description/meta keywords to HTML header (<head> element)

<vte:header> is a self closing tag.

Attributes

type ['css'|'script'|'feed'|'description'|'keyword'] - header you want to add

href [string] - URL to resource for css, script and feed

media ['screen'|'print'|'handheld'] - optional, used with css only

title [string] - optional, used with feed only

value [string] - optional, used with description and keyword

Examples

CSS:
<vte:header type="css" href="{VIVVO_THEME}css/yourCSS.css" media=""  />

Scripts:
<vte:header type="script" href="URL to your script source.js" />

Feed:
<vte:header type="feed" href="URL to your web feed" />
 
devdoc/vte/header.txt · Last modified: 2008/11/07 05:22 by boccio
 
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