modifier.htmlize.php
Tags
Table of Contents
Functions
- smarty_modifier_htmlize() : string
- Convert a given text part a better HTML representation (add paragraphs and make URLs clickable)
Functions
smarty_modifier_htmlize()
Convert a given text part a better HTML representation (add paragraphs and make URLs clickable)
smarty_modifier_htmlize(string $text) : string
Parameters
- $text : string
-
Text to HTML-ize.
Return values
string —HTML-ized version of $text