Quote:
Originally Posted by kh99
Well, in retrospect I guess that didn't help much since you already knew it was the call to render causing the problem. But taking it out isn't really a fix since you should be able to reder a template there if you want.
|
Could that rendering command being deleted cause the images not to load? Those are called in the template itself.
Also, should it be
Code:
$template->render()
as opposed to
Code:
$templater->render()
with emphasis on the
r in templater?