XOOPS  2.6.0
compiler.xoAppUrl.php File Reference

Go to the source code of this file.

Namespaces

 xos_opal
 

Functions

 smarty_compiler_xoAppUrl ($params, Smarty $smarty)
 

Function Documentation

smarty_compiler_xoAppUrl (   $params,
Smarty  $smarty 
)

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 an URL using a physical path {xoAppUrl 'modules/something/yourpage.php'}

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

Definition at line 30 of file compiler.xoAppUrl.php.

References $url, $xoops, and Xoops\getInstance().

Here is the call graph for this function: