Posted by Mick Sharpe on 05/16/05 18:09
You will need something like: while( there are more topics){ $title = ... $link = ... $text = ... $template->setCurrentBlock("TOPIC"); $template->setVariable("TITLE", $title); $template->setVariable("TOPICLINK", $link); $template->setVariable("TOPIC-TEXT", $text); $template->parseCurrentBlock(); }
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming