Makes predetermined modifications to a URL using the Cts_Common::urlFilter method.
| smarty_block_url | Makes predetermined modifications to a URL using the Cts_Common::urlFilter method. |
| Author | Rich Joslin |
| License | http://communit.as/docs/license |
| Functions | |
| smarty_block_url | Makes predetermined modifications to a URL using the Cts_Common::urlFilter method. |
| See Also |
Makes predetermined modifications to a URL using the Cts_Common::urlFilter method.
| $params | An array of variables. (TBD) |
| $content | This is everything between the block start and end tags in the template. |
| &$smarty | TBD |
| &$repeat | TBD |
TBD
A translated string.
<!-- as used in a Smarty view template -->
{url}/user{/url}
<!-- will output /en-US/user if there is a locale view variable,
or /user if there is no locale view variable set -->