Reply to Re: Quick question regarding basic template
Posted by Phil Latio on 05/15/07 00:05
> Parentheses are missing in the template file. You are echoing a
> non-existent object variable instead of a function value;
>
> <?php echo $newClass->getMessageLine1(); ?> <?php echo
> $newClass->getMessageLine2(); ?>
>
> HTH
> Sh.