Dashboard
PHP:
8.4.22
OS:
Linux
User:
provencez
/
/
home
/
provencez
/
www
/
wp-content
/
plugins
/
wptouch
/
themes
/
bauhaus
/
default
📤 Upload
📝 New File
📁 New Folder
Close
Editing: 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>
Save
Cancel