Where Would You Suggest Adding?

================================================================================
====================
Add This somewhere in your main skin so users can switch back to mobile.
================================================================================
====================

<a href='{parse url="&unlockUserAgent=0" base="public"}'>Mobile</a>

Where abouts in the global template would you suggest adding this?

Thanks in advance :)

#533768

I have added it in the footer.

This is where I put mine:

Find:

{$footer_items['copyright']}

Before, Add:

<span class='skin_link'><a href='{parse url="&unlockUserAgent=0" base="public"}'>Switch Back To Mobile</a></span>

See how you like it there.

#533771