XOOPS 2.5.6
Final
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Pages
compiler.xoImgUrl.php
Go to the documentation of this file.
1
<?php
34
function
smarty_compiler_xoImgUrl
($argStr, &$smarty)
35
{
36
global
$xoops
,
$xoTheme
;
37
$path
= (isset($xoTheme) && is_object($xoTheme)) ? $xoTheme->resourcePath($argStr) : $argStr;
38
return
"\necho '"
. addslashes($xoops->url(
$path
)) .
"';"
;
39
40
}
41
?>
L:
0xoops
xoops-2.5.6
htdocs
class
smarty
xoops_plugins
compiler.xoImgUrl.php
Generated on Fri May 10 2013 01:04:24 for XOOPS 2.5.6 by
1.8.3.1