function.jrooturl.php
Tags
Table of Contents
- jtpl_function_html_jrooturl() : mixed
 - function plugin : write the root url corresponding to the given ressource type If this ressource type is not specified in the config file, returned value will be basePath.
 
Functions
jtpl_function_html_jrooturl()
function plugin : write the root url corresponding to the given ressource type If this ressource type is not specified in the config file, returned value will be basePath.
    
                jtpl_function_html_jrooturl(jTpl $tpl, string $ressourceType) : mixed
    
        Parameters
- $tpl : jTpl
 - 
                    
template engine
 - $ressourceType : string
 - 
                    
the name of the ressource type
 
