Fixed redirect to online visitors guide.
authorLaury GvR <laury@gaslightmedia.com>
Mon, 22 Jun 2015 14:48:00 +0000 (10:48 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 22 Jun 2015 14:48:00 +0000 (10:48 -0400)
page-2064.php [deleted file]
page-3440.php

diff --git a/page-2064.php b/page-2064.php
deleted file mode 100644 (file)
index 13bd774..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-
-<?php wp_redirect(get_permalink(2027)); ?>
-
-<!--is_page();
-// When any single Page is being displayed.
-
-is_page(42);
-// When Page 42 (ID) is being displayed.
-
-is_page('Contact');
-// When the Page with a post_title of "Contact" is being displayed.
-
-is_page('about-me');
-// When the Page with a post_name (slug) of "about-me" is being displayed.
-
-is_page(array(42,'about-me','Contact'));
-// Returns true when the Pages displayed is either post ID 42, or post_name "about-me", or post_title "Contact".  Note: the array ability was added at Version 2.5.-->
\ No newline at end of file
index a707c92..6a08f71 100644 (file)
@@ -1,4 +1,7 @@
 
+<!-- This page will show only the online guide.-->
+
+<!--
 <?php get_header(); ?>
 
 <?php do_action('foundationPress_before_content'); ?>
@@ -15,7 +18,7 @@
     <style type="text/css">#flipbookcontent{height:550px;width:728px;}#altcontent{width:600px;padding:20px;}#textualcontent{display:none;}div.ps-toolbar-close{display:block !important;}</style>
     <script type="text/javascript" src="<?php echo bloginfo('template_directory') ?>/assets/flipbook/files/js/swfobject.js"></script>
     <script type="text/javascript">var arr = new Array("iphone", "ipod", "ipad", "series60", "android", "windows ce", "blackberry", "palm", "phone", "nokia", "samsung");var uagent = navigator.userAgent.toLowerCase();var is_mobile = false;for(i in arr){if(arr[i] == "series60" && uagent.search("symbian") > -1){var ok = true;}else{var ok = false;}if(uagent.search(arr[i]) > -1 || ok){is_mobile = true;break;}}if(is_mobile){location.href = "<?php echo bloginfo('template_directory') ?>/assets/flipbook/files/index.html";}</script>
-<!--<h2 style="margin-top:0;padding-top:0;">View Online</h2>-->
+<h2 style="margin-top:0;padding-top:0;">View Online</h2>
 <div id="flipbookcontent">
     <div id="altcontent">
         <h3>You will need the Flash plugin to view this publication</h3>
 
 <?php get_footer(); ?>
 
-
+-->