Código
public function Footer() { // Position at 15 mm from bottom $this->SetY(-15); // Set font $this->SetFont('times', '', 10); // Page number $this->Cell(0, 10, ''.$this->getAliasNumPage().'/'.$this->getAliasNbPages(), 0, false, 'C', 0, '', 0, false, 'T', 'M'); $image_file = K_PATH_IMAGES.'EstadoFuerte1.jpg'; $this->Image($image_file, 15, 265, 50, '', 'jpg', '', 'T', false, 300, '', false, false, 0, false, false, false); $this->SetXY(15, 265); if ($Municipio == 1){ $html = ' <p align="right"> <b>Centro Estatal</b><br/> Direccion del Centro Estatal<br/> Tel. (888) 123 45 67<br/> Estado de Tamaulipas C.P. 87000<br/> </p>'; }else if ($Municipio == 2){ <p align="right"> <b>Centro Estatal (Divcion municipal)</b><br/> Direccion del Municipio<br/> Tel. (888) 555 55 55<br/> Ciudad Tal<br/> </p>'; } $this->writeHTML($html, true, false, true, false, ''); } }
El problema es que no me condiciona nada e imprime el primer contenido siempre, espero me puedan ayudar
MOD: OBLIGATORIO usar etiquetas GeSHI. Temas de PHP van al subforo de PHP.
http://foro.elhacker.net/desarrollo_web/obligatorio_normas_del_subforo_de_desarrollo_web_16072014-t407889.0.html