meta.htmlmodule.php
Tags
Table of Contents
- jtpl_meta_html_htmlmodule() : mixed
- meta plugin : allow to add css files and js files stored into modules, in an html response object
Functions
jtpl_meta_html_htmlmodule()
meta plugin : allow to add css files and js files stored into modules, in an html response object
jtpl_meta_html_htmlmodule(jTpl $tpl, string $method, string $module, mixed $path[, mixed $params = array() ]) : mixed
Parameters
- $tpl : jTpl
-
template engine
- $method : string
-
indicates what you want to specify (possible values : js, css, jsie, cssie, cssie7, cssltie7, csstheme, cssthemeie, cssthemeie7, cssthemeltie7)
- $module : string
-
the module where file is stored
- $path : mixed
-
the relative path inside the {module}/www/ directory, or inside the {module}/www/themes/{currenttheme}/ directory
- $params : mixed = array()