Code: Select all
$smarty->assign('input_comment', $this->CreateTextArea($wysiwyg ? true : false, $id,$comment->data,'comment'));
Code: Select all
...[string $cols = '80'], [string $rows = '15']...
Code: Select all
$smarty->assign('input_comment', $this->CreateTextArea($wysiwyg ? true : false, $id,$comment->data,'comment'));
Code: Select all
...[string $cols = '80'], [string $rows = '15']...