Jump to content

Recommended Posts

you can do this in the footer.tpl file located in your theme directory.

 

you've got there something like:

 

{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}

 

just remove it / comment it.

 

other thing is to disable it in back office: go to preferences > themes tab, you've got there:

dWR3K8H.png

 

just sellect correct option and save changes :)

  • Like 1
Link to comment
Share on other sites

  • 5 months later...
  • 3 months later...

you can do this in the footer.tpl file located in your theme directory.

 

you've got there something like:

 

{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}

just remove it / comment it.

 

other thing is to disable it in back office: go to preferences > themes tab, you've got there:

dWR3K8H.png

 

just sellect correct option and save changes :)

 

---------------------------------------------------------

Many Thanks for yout post

It's very helpful for me.

Link to comment
Share on other sites

×
×
  • Create New...