smarty_block_url

Makes predetermined modifications to a URL using the Cts_Common::urlFilter method.

Summary
smarty_block_urlMakes predetermined modifications to a URL using the Cts_Common::urlFilter method.
AuthorRich Joslin
Licensehttp://communit.as/docs/license
Functions
smarty_block_urlMakes predetermined modifications to a URL using the Cts_Common::urlFilter method.
See Also

Author

Rich Joslin

Functions

smarty_block_url

Makes predetermined modifications to a URL using the Cts_Common::urlFilter method.

Arguments

$paramsAn array of variables.  (TBD)
$contentThis is everything between the block start and end tags in the template.
&$smartyTBD
&$repeatTBD

Params

TBD

Returns

A translated string.

Execution Example

<!-- 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 -->

See Also

  • <Cts_Common/urlFilter>
Close