Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/06/2007, 03:06
Avatar de PeiShar
PeiShar
 
Fecha de Ingreso: abril-2001
Ubicación: España
Mensajes: 125
Antigüedad: 23 años
Puntos: 0
Re: spgm y paginacion

Solución:
Código PHP:
/*Nuevo */
  // Pagina actual es menor o mayor que destino
  
if (($_GET['spgmPage'] < $pageIdx) || ($_GET['spgmPage'] > $pageIdx)){
      
$cargaPic $pageIdx $spgm_cfg['conf']['thumbnailsPerPage'] - 10;
    
$url .= '&amp;'.PARAM_NAME_PICID.'='.$cargaPic;
  }
/*Fin nuevo*/