Procedural File: function.pngetcurrenturi.php
Source Location: /pnRender/plugins/function.pngetcurrenturi.phpClasses:
Page Details:
Zikula Application FrameworkTags:
smarty_function_pngetcurrenturi [line 35]
|
Smarty function to obtain base URL for this site
This function obtains the base URL for the site. The base url is defined as the full URL for the site minus any file information i.e. everything before the 'index.php' from your start page. Unlike the API function pngetcurrenturi, the results of this function are already sanitized to display, so it should not be passed to the pnvarprepfordisplay modifier.
Available parameters:
- assign: If set, the results are assigned to the corresponding variable instead of printed out
Tags:
Parameters
| array | $params | All attributes passed to this function from the template |
| object | &$smarty | Reference to the Smarty object |
[ Top ]
