RE: [Phplib-users] Template Bugs..
Brought to you by:
nhruby,
richardarcher
|
From: Layne W. <la...@if...> - 2002-05-13 20:08:58
|
> $this->template->set_var(array( 'SIDEBAR_LINKS' =>
> $spotlightArticles ));
FYI: If you are only setting one variable, you can send it as two arguments
rather than creating an array and having set_var pull it back out of the
array.
> $this->template->parse($template, "link_row", true);
This should be:
$this->template->parse("link_rows", "link_row", true);
Layne Weathers
Ifworld Inc.
|