Example #1
0
				</div><!-- #content -->
					
				<?php 
do_action('wptouch_body_bottom');
?>
						
				<?php 
if (wptouch_show_switch_link() && !classic_is_web_app_mode()) {
    ?>
					<div id="switch" class="rounded-corners-8px">
						<span class="switch-text">
							<?php 
    _e("Mobile Theme", "wptouch-pro");
    ?>
						</span>
						<div title="<?php 
    wptouch_the_mobile_switch_link();
    ?>
">
							<span class="on active"></span>
							<span class="off"></span>
						</div>
					</div>
				<?php 
}
?>
						
				<div class="<?php 
wptouch_footer_classes();
?>
">
Example #2
0
		<h2><?php 
_e("Notice", "wptouch-pro");
?>
</h2>
		<p><?php 
_e("JavaScript is currently off.", "wptouch-pro");
?>
</p>
		<p><?php 
_e("Turn it on in browser settings to view this mobile website.", "wptouch");
?>
</p>
	</div>
</noscript>
	<?php 
if (wptouch_has_welcome_message() && !classic_is_web_app_mode()) {
    ?>
		<div id="welcome-message">
			<?php 
    wptouch_the_welcome_message();
    ?>
			<a href="<?php 
    wptouch_the_welcome_message_dismiss_url();
    ?>
" id="close-msg"><?php 
    _e("Close Message", "wptouch-pro");
    ?>
</a>	
		</div>
	<?php 
}