Name: strip<br> Purpose: strip unwanted white space from text<br> @link http://smarty.php.net/manual/en/language.function.strip.php {strip} (Smarty online manual) @param array unused, no parameters for this block @param string content of {strip}{/strip} tags @param Smarty clever method emulation @return string $content stripped of whitespace
Name: assign<br> Purpose: assign a value to a template variable @link http://smarty.php.net/manual/en/language.custom.functions.php#LANGUAGE.FUNCTION.ASSIGN {assign} (Smarty online manual) @param string containing var-attribute and value-attribute @param Smarty_Compiler
Name: assign<br> Purpose: assign a value to a template variable @link http://smarty.php.net/manual/en/language.custom.functions.php#LANGUAGE.FUNCTION.ASSIGN {assign} (Smarty online manual) @param array Format: array(‘var’ => variable name, ‘value’ => value to assign) @param Smarty
Name: capitalize<br> Purpose: capitalize words in the string @link http://smarty.php.net/manual/en/language.modifiers.php#LANGUAGE.MODIFIER.CAPITALIZE capitalize (Smarty online manual) @param string @return string