diff options
author | Urban Müller | 2007-11-12 16:23:03 +0000 |
---|---|---|
committer | Urban Müller | 2007-11-12 16:23:03 +0000 |
commit | a00d0a7cc07c4113544897316f134abc94f34d69 (patch) | |
tree | 6e53602b7f4043ab4dee7ee8058189dbd021d2c6 /it_html.class | |
parent | ec3173ad91a45c8c6a21a64fba33fce77ea192ab (diff) | |
download | itools-a00d0a7cc07c4113544897316f134abc94f34d69.tar.gz itools-a00d0a7cc07c4113544897316f134abc94f34d69.tar.bz2 itools-a00d0a7cc07c4113544897316f134abc94f34d69.zip |
documentation
Diffstat (limited to 'it_html.class')
-rw-r--r-- | it_html.class | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/it_html.class b/it_html.class index b44dd09..8477f64 100644 --- a/it_html.class +++ b/it_html.class @@ -132,12 +132,13 @@ function html($args) /** * Return HTML header on first call or empty string on subsequent calls * - * @param any number of text args or array of key => value: - * 'content-type' optional content type (default: "text/html; charset=iso-8859-1") - * 'description' optional data for <meta name="description"> tag - * 'keywords' optional data for <meta name="keywords"> tag - * 'stylesheets' optional array mediatype => url of styleshests - * 'title' optional content of <title>, will be html encoded + * @param args... any number of assoc arrays and strings. strings will be content of <head> + * @param $p['content-type'] content type (default: "text/html; charset=iso-8859-1") + * @param $p['cssinline'] stylesheet to be put in header + * @param $p['description'] data for <meta name="description"> tag + * @param $p['keywords'] data for <meta name="keywords"> tag + * @param $p['stylesheets'] array mediatype => url of styleshests + * @param $p['title'] content of <title>, will be html encoded */ function head($args = array()) { |