$StrHeaderPageTitle = "Sala de Imprensa"; include($_SERVER['DOCUMENT_ROOT']."/inc/cab.php"); $IntType = (!empty($_GET['tipo'])) ? (int)$_GET['tipo'] : 1; if ($IntType == 3) { $IntCat = (!empty($_GET['cat'])) ? (int)$_GET['cat'] : 0; } else { $IntCat = 0; } $IntNow = time(); $StrTable = "imprensa_listagem"; $objPaginacao=new Paginacao($StrTable, 15); $StrWhere = "data <= $IntNow AND tipo=$IntType"; if ($IntCat > 0) { $StrWhere .= " AND id_categoria=$IntCat"; } $StrOrder = "data DESC, id DESC ".$objPaginacao->retornarSqlLimit(); $StrSQLSelect = $ObjQuery->ListRecords($StrTable,"",$StrWhere,$StrOrder,false); $ArrList = $ObjMySQL->RetResultArray($StrSQLSelect); ?>
Notas de Imprensa Comunicados Campanhas
if ($IntType == 3) { $StrTable = "imprensa_campanhas_categorias"; $StrOrder = "nome ASC"; $StrSQLSelect = $ObjQuery->ListRecords($StrTable,"","",$StrOrder); $ArrCat = $ObjMySQL->RetResultArray($StrSQLSelect); for ($i = 1; $i <= $ArrCat[0]; $i++) { ?> if ($i < $ArrCat[0]) { echo " | "; } } echo "echo utf8_encode($ObjText->ToPlainText($ArrList[$i]['texto'])); ?>