Ver Mensaje Individual
  #3 (permalink)  
Antiguo 24/04/2008, 06:33
Oracio
 
Fecha de Ingreso: febrero-2008
Mensajes: 35
Antigüedad: 16 años, 3 meses
Puntos: 0
Re: Retroceder dos paginas.

Gracias komodo pero al final si ha funcionado como dije anteriormente ±.

Lo he dejado así y me funciona:
Código PHP:
                <?php 
                
if ($navigation->path[$back-1]) {
                 echo 
'<a href="' tep_href_link($navigation->path[$back-1]['page'], tep_array_to_string($navigation->path[$back-1]['get'], array('action')), $navigation->path[$back-1]['mode']) . '">' tep_image_button('button_continuar.gif'IMAGE_BUTTON_CONTINUAR) . '</a>';
                 } else { 
                 echo 
'<a href="index.php">' tep_image_button('button_continuar.gif'IMAGE_BUTTON_CONTINUAR) . '</a>';
                }
                
?>
Caso resuelto.

Gracias y hasta otra.