Ver Mensaje Individual
  #12 (permalink)  
Antiguo 09/01/2013, 13:42
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: Aplicar css a enlace activo de menu dinàmico a partir de registros de tabl

Cita:
Iniciado por levistubbs Ver Mensaje
Gator
Lo tengo muchísimas gracias

<a href="section.php?id_section=<?php echo $row_section_lang['id_section']; ?>&id_lang=<?php echo $row_section_lang['id_lang']; ?>" <?php if ($_GET['id_section'] == $row_section_lang['id_section']) { echo "class=\"active\""; } ?>
Excelente