Advertisement
hogash

Untitled

Jan 6th, 2012
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $isiPad = (bool) strpos ($_SERVER['HTTP_USER_AGENT'], 'iPad');
  2. if ($isiPad) {
  3. echo $gantry-> displayModules ('slideshow_ipad', 'basic', 'basic');
  4. } else {
  5. echo $gantry-> displayModules ('slideshow', 'basic', 'basic');
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement