XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
block.textformat.php File Reference

Go to the source code of this file.

Namespaces

namespace  Smarty
 

Functions

 smarty_block_textformat ($params, $content, &$smarty)
 

Function Documentation

smarty_block_textformat (   $params,
  $content,
$smarty 
)

Smarty {textformat}{/textformat} block plugin

Type: block function
Name: textformat
Purpose: format text a certain way with preset styles or custom wrap/indent settings
{textformat} (Smarty online manual) array Params: style: string (email) indent: integer (0) wrap: integer (80) wrap_char string ("\n") indent_char: string (" ") wrap_boundary: boolean (true) Monte Ohrt

Parameters
stringcontents of the block
Smartyclever simulation of a method
Returns
string string $content re-formatted

Definition at line 31 of file block.textformat.php.

References $content.