function mostrar_html($tema, $variables) { extract($variables); ob_start(); include ("$tema"); $temp=ob_get_contents(); ob_end_clean(); return $temp; }