require_once $_SERVER['DOCUMENT_ROOT']."/inicializarDados.php"; $varsForm=inicVariaveisForm(array('id;0')); $id=(int)$varsForm['id']; //Info para genTitle $IntTipoTitulo = 1; $StrHeaderPageTitle = "Campanhas"; $StrTable = "destaques"; $StrField = "titulo"; $StrExtraSQL = "WHERE id=$id"; //Inicializar o html da noticia ob_start(); verRegisto(); $htmlVerNoticia=ob_get_clean(); /** * Função que gera o html da noticia * @global int $id O id da noicia * @global string $StrTable A tabela * @global string $StrHeaderPageTitle O titulo da pagina */ function verRegisto(){ global $id, $StrTable, $StrHeaderPageTitle, $ObjQuery ,$ObjMySQL, $ObjText; extract(funcsBDAuxRetRegUnico($id, $StrTable)); $urlFotoSmall = (file_exists($_SERVER['DOCUMENT_ROOT']."/fotos/destaques/small".$foto)) ? URL_FOTOS_DESTAQUES.'small'.$foto : URL_FOTOS_DESTAQUES.$foto; $urlFotoBig = (file_exists($_SERVER['DOCUMENT_ROOT']."/fotos/destaques/big".$foto)) ? URL_FOTOS_DESTAQUES.'big'.$foto : URL_FOTOS_DESTAQUES.$foto; $urlFicheiro = (file_exists($_SERVER['DOCUMENT_ROOT']."/fotos/destaques/".$fich)) ? URL_FOTOS_DESTAQUES.''.$fich : URL_FOTOS_DESTAQUES.$fich; $data_raw = $data; $data=funcsAuxRetDataPLocale($data); $data_final_raw = $data_final; $data_final=strftime("%e de %B de %Y", $data_final); ?>
if ($data_raw > 0) { ?> De echo $data ?> } if ($data_final_raw > 0) { ?> a echo $data_final?> } ?>
echo $texto ?>