Jump to content

Quitar enlace "Navega en el sitio movil" sin desactivarlo - SOLUCIONADO


Recommended Posts

Hola,

 

he visto en

http://www.prestasho...agina-completo/

 

como eliminar el enlace "Navega en el sitio movil"

 

No quiero desactivar la opción, pq así cuando se conecten desde un telefono podrán ver la version movil, pero me gustaría quitar el enlace. Se puede hacer?

 

Fichero:

 

/themes/tu-plantilla/footer.tpl

 

Busca esto:

 

{if $PS_ALLOW_MOBILE_DEVICE}
 <p class="center clearBoth"><a href="{$link->getPageLink('index', true)}?mobile_theme_ok">{l s='Browse the mobile site'}</a></p>
   {/if}

 

Y dejalo asi:

 

{* {if $PS_ALLOW_MOBILE_DEVICE}
 <p class="center clearBoth"><a href="{$link->getPageLink('index', true)}?mobile_theme_ok">{l s='Browse the mobile site'}</a></p>
   {/if} *}

  • Like 1
Link to comment
Share on other sites

Añado, que si te das cuenta cuando ves en la tablet/movil el tema movil tambien aparecera un enlace en el pie de pagina, pero depende decir:

 

Navega en el sitio movil

 

Dice:

 

Navega en el sitio completo

 

Si quieres quitar ese enlace tambien, ve al fichero:

 

/themes/tu-plantilla/mobile/footer.tpl

 

Busca esto:

 

<div id="full-site-section" class="center">
 <a href="{$link->getPageLink('index', true)}?no_mobile_theme" data-ajax="false">{l s='Browse the full site'}</a>
   </div>

 

Y dejalo asi:

 

{* <div id="full-site-section" class="center">
 <a href="{$link->getPageLink('index', true)}?no_mobile_theme" data-ajax="false">{l s='Browse the full site'}</a>
   </div> *}

  • Like 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...