Ver original<?php$category = "1";$number = "10";ob_start();include("noticias/show_news.php");$news = ob_get_clean(); $tpl->assign('noticias', $news);