Add Book Online link to footer
authorLaury GvR <laury@gaslightmedia.com>
Thu, 31 May 2018 20:40:11 +0000 (16:40 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 31 May 2018 20:40:11 +0000 (16:40 -0400)
footer.php
header.php
style.css

index 89e3acb..ad92372 100644 (file)
@@ -13,6 +13,7 @@
                                     <ul>
                                         <li>Reservations: 231-347-2593</li>
                                         <li>CALL HOTEL DIRECT FOR BEST RATE</li>
+                                        <li><a href="https://app.littlehotelier.com/properties/bayinnofpetoskeydirect" target="_blank">To Book Online</a></li>
                                     </ul>
                                 </div>
                             </div>
index 6f92007..b8f9ffd 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.10">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.11">
       <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
     <?php wp_head(); ?>
   </head>
index c3c4c42..64dcf65 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: BayInn
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for BayInn
-Version: 1.0.10
+Version: 1.0.11
 */