smarty_compiler_xoAppUrl

Build application relative URL

This plug-in allows you to generate a module location URL. It uses any URL rewriting mechanism and rules you'll have configured for the system.

// Generate a URL using a physical path <{xoAppUrl 'modules/something/yourpage.php'}>

The path should be in a form understood by Xoops::url()

Parameters
string[] $params #
Smarty $smarty #
Returns
string