Updates to footer section
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 29 Aug 2017 12:32:38 +0000 (08:32 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 29 Aug 2017 12:32:38 +0000 (08:32 -0400)
Remove sitemap link.
Adding the url to the link for the Owner Login

sections/copyright.php
sections/off-canvas.php
style.css

index e9582f7..8eaef57 100644 (file)
@@ -9,9 +9,8 @@
                         </div>
                         <div class="medium-4 columns show-for-medium-up">
                             <ul>
-                                <li><a href="#">Site Map</a></li>
-                                <li><a href="#">Owners Section</a></li>
+                                <li><a href="https://reservations.troutcreek.com/irmnet/owner/ownerhome.aspx">Owners Section</a></li>
                             </ul>
                         </div>
-                    </div>      
-                </div>
\ No newline at end of file
+                    </div>
+                </div>
index 8f2ae91..63786cb 100644 (file)
@@ -8,8 +8,7 @@
                             <li><a href="https://www.instagram.com/troutcreekcondos/" target="_blank" class="instagram"></a></li>
                         </ul>
                         <ul>
-                            <li><a href="#">Site Map</a></li>
-                            <li><a href="#">Owners Section</a></li>
+                            <li><a href="https://reservations.troutcreek.com/irmnet/owner/ownerhome.aspx">Owners Section</a></li>
                         </ul>
                         <ul class="address">
                                 <li><?php echo glm_get_clientinfo_option('businessName');?></li>
@@ -28,7 +27,7 @@
                                 <?php endif;?>
                                 <?php if (glm_get_clientinfo_option('phone')) :?>
                                     <li><?php echo glm_get_clientinfo_option('phone');?></li>
-                                <?php endif;?>                                
+                                <?php endif;?>
                                 <?php if (glm_get_clientinfo_option('email')) :?>
                                     <li><a href="<?php echo get_permalink(117); ?>"><?php echo glm_get_clientinfo_option('email');?></a></li>
                                 <?php endif;?>
@@ -41,7 +40,7 @@
                             </ul>
                             <?php endif;?>
                     </aside>
-                    
+
                     <aside class="right-off-canvas-menu">
-                        
-                    </aside>
\ No newline at end of file
+
+                    </aside>
index f9947ab..f013b30 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: TroutCreek
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for TroutCreek
-Version: 1.0.0
+Version: 1.0.1
 */