docs update
[email protected] (pete M)
| Newsgroups | php.smarty.dev |
|---|---|
| Message-ID | <[email protected]> |
Could this example be added to the truncate modifier
http://smarty.php.net/manual/en/language.modifier.truncate.php
<select name="fld">
{html_options options=$really_long_strings|truncate:25}
</select>
pete