Alright, I've gotten everything uploaded and installed. But when I add output_NewestReplies(5,"1,2,3"); to the PHP file nothing is displayed when I load it up in IE.
PHP Code:
eval('print_output("' . fetch_template('Index') . '");');
output_News(1,3);
output_NewestReplies(5,"1,2,3,4,5");
I've got a template that the PHP file pulls from called "index" What would I need to add in the index template to display the news post?
$news ??