Execute($Sql); $rs[] = array('strTitulo'=>$arr->fields['strTitulo'], 'strTexto'=>$arr->fields['strTexto'], 'strFoto'=>$arr->fields['strFoto']); $DB->Close(); // Load TBS $TBS = new clsTinyButStrong; $TBS->LoadTemplate("principal.tpl"); $TBS->MergeBlock('rs', $rs); $TBS->Show(); ?>