Replacing the reservation link in the header and footer
authorLaury GvR <laury@gaslightmedia.com>
Thu, 14 Dec 2017 19:37:28 +0000 (14:37 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 14 Dec 2017 19:37:28 +0000 (14:37 -0500)
footer.php
header.php

index cedafea..e10b21f 100755 (executable)
@@ -28,7 +28,7 @@
                         </ul>
                     </div>
                     <div class="small-12 large-4 columns">
-                        <a class="reservation" href="<?php echo get_permalink(623); ?>"></a>
+                        <a class="reservation" target="_blank" href="https://online.rezexpert.com/book?business_code=303495"></a>
                     </div>
                 </div>
                 <div class="row">
index 7b84f1d..6cef8eb 100755 (executable)
@@ -33,7 +33,7 @@
             <div class="row">
                 <div class="small-12 columns">
                     <a class="left show-for-medium-down"><img class="logo" src="<?php echo get_template_directory_uri(); ?>/assets/plain-logo.png"></a>
-                    <a class="reservation right" href="<?php echo get_permalink(623); ?>"></a>
+                    <a class="reservation right" target="_blank" href="https://online.rezexpert.com/book?business_code=303495"></a>
                 </div>
             </div>
         </header>