XOOPS  2.6.0
compiler.xoImgUrl.php File Reference

Go to the source code of this file.

Namespaces

 xos_opal
 

Functions

 smarty_compiler_xoImgUrl ($params, Smarty $smarty)
 

Function Documentation

smarty_compiler_xoImgUrl (   $params,
Smarty  $smarty 
)

Inserts the URL of a file resource customizable by themes

This plug-in works like the xoAppUrl plug-in, except that it is intended to generate the URL of resource files customizable by themes.

Here the current theme is asked to check if a custom version of the requested file exists, and if one is found its URL is returned. Otherwise, the request will be passed to the theme parents one by one. Ultimately, if no custom version has been found, the resource default URL location will be returned.

Note: the themes inheritance system can generate many filesystem accesses depending on your themes configuration. Because of this, the use of the dynamic syntax with this plug-in is not possible right now.

Definition at line 34 of file compiler.xoImgUrl.php.

References $path, $xoops, $xoTheme, and Xoops\getInstance().

Here is the call graph for this function: