Source for file modifier.cat.php
Documentation is available at modifier.cat.php
* Smarty cat modifier plugin
* Purpose: catenate a value to a variable
* Input: string to catenate
* Example: {$var|cat:"foo"}
* @link http://smarty.php.net/manual/en/language.modifier.cat.php cat
/* vim: set expandtab: */
|