hi brian,
you have to return the content....
> Suppose I have the following in a file called test.inc\n
> <?php
> class user_test {
> function testFunc($content, $conf) {
> $content = "<p>Hello world!</p>"; } // end function testFunc($content, $conf)
return $content;
> } // end class user_test
> ?>
hth
alex