updated social and owner login links
authorIan Weller <ian@gaslightmedia.com>
Wed, 14 Oct 2015 13:30:19 +0000 (09:30 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 14 Oct 2015 13:30:19 +0000 (09:30 -0400)
footer.php
parts/client-info-footer.php
parts/client-info-offcanvas.php
parts/off-canvas-menu.php

index b3d41df..f07e332 100644 (file)
                                 <div class="large-3 right show-for-large-up">
                                     <ul id="social-foot" class="large-block-grid-3 show-for-large-up right">
                                         <li><a class="tweet" href="http://twitter.com/bigpowderhorn"></a></li>
-                                        <li><a class="facebook" href="http://www.facebook.com/BigPowderhornLodging"></a></li>
-                                        <li><a class="youtube" href="http://www.youtube.com/user/BPLAUPMichigan"></a></li>
-                                        <li><a class="pin" href="http://pinterest.com/bigpowderhorn/"></a></li>
-                                        <li><a class="insta" href="http://instagram.com/bigpowderhorn"></a></li>
-                                        <li><a class="google" href="https://plus.google.com/+BigPowderhornLodgingAssociationBessemer/posts"></a></li>
+                                        <li><a target="_blank" class="facebook" href="http://www.facebook.com/BigPowderhornLodging"></a></li>
+                                        <li><a target="_blank" class="youtube" href="http://www.youtube.com/user/BPLAUPMichigan"></a></li>
+                                        <li><a target="_blank" class="pin" href="http://pinterest.com/bigpowderhorn/"></a></li>
+                                        <li><a target="_blank" class="insta" href="http://instagram.com/bigpowderhorn"></a></li>
+                                        <li><a target="_blank" class="google" href="https://plus.google.com/+BigPowderhornLodgingAssociationBessemer/posts"></a></li>
                                     </ul>
                                 </div>
                             </div>
index dd7f31f..911ebff 100644 (file)
@@ -27,6 +27,6 @@
     <span class="bullet"> &#8226; </span>
     <a href="#">Contact Us</a>
     <span class="bullet"> &#8226; </span>
-    <a href="#">Owner Login</a>
+    <a target="_blank" href="https://secure.instantsoftwareonline.com/OwnerLink/Owners/PropertyOwnerLogin.aspx?coid=1134">Owner Login</a>
 </div>
 
index e060a4f..53a0edb 100644 (file)
@@ -20,6 +20,6 @@
     <?php if (glm_get_clientinfo_option('extra')) :?>
         <li><?php echo glm_get_clientinfo_option('extra');?></li>
     <?php endif;?>
-    <li><a href="#">Contact Us</a> &#8226; <a href="#">Owner Login</a></li>
+    <li><a href="#">Contact Us</a> &#8226; <a target="_blank" href="https://secure.instantsoftwareonline.com/OwnerLink/Owners/PropertyOwnerLogin.aspx?coid=1134">Owner Login</a></li>
 </ul>
 <?php endif;?>
index ea7bbe8..e353936 100644 (file)
@@ -1,12 +1,12 @@
 <aside class="left-off-canvas-menu hide-for-large-up">
     <?php glm_offcanvas_menu(); ?>
     <ul class="offcavas-social-list">
-        <li><a class="tweet" href="#"></a></li>
-        <li><a class="facebook" href="#"></a></li>
-        <li><a class="youtube" href="#"></a></li>
-        <li><a class="pin" href="#"></a></li>
-        <li><a class="insta" href="#"></a></li>
-        <li><a class="google" href="#"></a></li>
+        <li><a class="tweet" href="http://twitter.com/bigpowderhorn"></a></li>
+        <li><a target="_blank" class="facebook" href="http://www.facebook.com/BigPowderhornLodging"></a></li>
+        <li><a target="_blank" class="youtube" href="http://www.youtube.com/user/BPLAUPMichigan"></a></li>
+        <li><a target="_blank" class="pin" href="http://pinterest.com/bigpowderhorn/"></a></li>
+        <li><a target="_blank" class="insta" href="http://instagram.com/bigpowderhorn"></a></li>
+        <li><a target="_blank" class="google" href="https://plus.google.com/+BigPowderhornLodgingAssociationBessemer/posts"></a></li>
     </ul>
     <?php get_template_part('parts/client-info-offcanvas');?>
 </aside>