Advertisement
Guest User

Untitled

a guest
Sep 14th, 2015
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <?php if(is_iphone()) { $url = 'https://itunes.apple.com/au/app/stashd/id714814803?mt=8'; header( "Location: $url" ); exit(0); }; ?>
  2.  
  3. <?php
  4. /*
  5. Template Name: Full Width APPSTORE
  6. */
  7. get_header(); ?>
  8.  
  9. <div class="clear"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement