Updated Book Now delta link to have origin city PLN
authorLaury GvR <laury@gaslightmedia.com>
Mon, 5 Feb 2018 21:10:44 +0000 (16:10 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 5 Feb 2018 21:10:44 +0000 (16:10 -0500)
front-page.php
header.php
style.css

index 9f6caf2..3cf5327 100644 (file)
@@ -77,7 +77,8 @@ global $wpdb;
                         <h2 class="book-it">Book your flight now!</h2>
                     </div>
                     <div class="small-12 medium-4 large-3 columns">
-                        <a href="http://www.delta.com/?Log=1&mkcpgn=SEzzzYGusaCSpriBD&s_kwcid=TC|22026|delta||S|e|31715458324&clickid=c80e462a-f587-429c-ba97-05163f5d5d28&tracking_id=284x4513153/" class="book-now"></a>
+                        <?php // Former link: http://www.delta.com/?Log=1&mkcpgn=SEzzzYGusaCSpriBD&s_kwcid=TC|22026|delta||S|e|31715458324&clickid=c80e462a-f587-429c-ba97-05163f5d5d28&tracking_id=284x4513153/ ?>
+                        <a href="http://www.delta.com/?originCity=PLN" class="book-now"></a>
                     </div>
                 </div>
             </div>
index eb0f6d8..3c49ef9 100644 (file)
@@ -4,7 +4,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.14">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.15">
       <link rel="shortcut icon" href="<?php echo esc_url( get_template_directory_uri() ) ;?>/favicon.ico">
     <link href='https://fonts.googleapis.com/css?family=Lato:400,400italic,700' rel='stylesheet' type='text/css'>
      <link href='https://fonts.googleapis.com/css?family=Alice' rel='stylesheet' type='text/css'>
index fa64012..d00faef 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: PellstonAirport
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for PellstonAirport
-Version: 1.0.14
+Version: 1.0.15
 */