
haber si entendi, con el mismo template, y poniendo:
<?php
$thefile = \"$MINOTICIA.txt\";
if (file_exists($thefile))
{
include(\"$thefile\");
}
else
{
include(\"error.txt\");
}
?>
tendria que hacer INDEX.PHP y ahi meto eso, y para otra noticia tengo que meter el mismo template de index.php en: otrapagina.php y ahi meto ese codigo para que salga el texto?