Any ideas how you need to change this in the page_tail.php for the latest relase of Avertising Network include ($phpbb_root_path . '../ad_network_213.php'); $template->assign_vars(array('AD_NETWORK' => $ad_network[0])); $template->assign_vars(array('AD_NETWORK2' => $ad_network[1])); $template->assign_vars(array('AD_NETWORK3' => $ad_network[2])); $template->assign_vars(array('AD_NETWORK4' => $ad_network[3])); $template->assign_vars(array('AD_NETWORK5' => $ad_network[4])); $template->pparse('overall_footer'); Just get garbage....... Help!
Should be able to change it to just this: include ($phpbb_root_path . '../ad_network_213.php'); $template->assign_vars(array('AD_NETWORK' => $ad_network)); $template->pparse('overall_footer'); PHP: Although, you shouldn't get garbage, what do you get when you had it the old way exactly?