File: /home/c1190199/public_html/wp-content/plugins/wptouch-pro/themes/foundation/default/switch-link.php
<div class="wptouch-mobile-switch">
<?php do_action( 'wptouch_switch_top' ); ?>
<?php if ( wptouch_use_mobile_switch_link() ) { ?>
<div id="switch">
<div>
<span class="on active" role="button"><?php _e( 'mobile', 'wptouch-pro' ); ?></span>
<a class="off tappable" role="button" href="<?php wptouch_the_mobile_switch_link(); ?>" rel="nofollow"><?php _e( 'desktop', 'wptouch-pro' ); ?></a>
</div>
</div>
<?php } ?>
<?php do_action( 'wptouch_switch_bottom' ); ?>
</div>