$output non mi fa visualizzare proprio nulla. in quel script tutte le variabili si chiamano $output. ecco un esempio
Codice PHP:
$output str_replace("{title}"$news_arr[2], $template_full);                         $output str_replace("{date}"date($config_timestamp_active$news_arr[0]), $output);                         $output str_replace("{author}"$my_author$output);                         $output str_replace("{short-story}"$news_arr[3], $output);                         $output str_replace("{full-story}"$news_arr[4], $output);