Footer links and trip-advisor added
authorLaury GvR <laury@gaslightmedia.com>
Tue, 31 Mar 2015 14:21:13 +0000 (10:21 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 31 Mar 2015 14:21:13 +0000 (10:21 -0400)
assets/sponsers.jpg [deleted file]
assets/sponsors.jpg [new file with mode: 0644]
footer.php
sidebar.php

diff --git a/assets/sponsers.jpg b/assets/sponsers.jpg
deleted file mode 100644 (file)
index b76be52..0000000
Binary files a/assets/sponsers.jpg and /dev/null differ
diff --git a/assets/sponsors.jpg b/assets/sponsors.jpg
new file mode 100644 (file)
index 0000000..b76be52
Binary files /dev/null and b/assets/sponsors.jpg differ
index 8112787..7f233f6 100644 (file)
                         </a>
                     </div>
                     <div class="small-12 medium-4 columns text-center">
-                        <a><img src="<?php bloginfo('template_url'); ?>/assets/trip.jpg"></a>
+                        <div id="TA_cdsratingsonlynarrow96" class="TA_cdsratingsonlynarrow">
+                            <ul id="wx5k7yp7yZq8" class="TA_links sO7jxyglSP">
+                                <li id="voO7aBew6U" class="KqT63uHAHKp7">
+                                    <a target="_blank" href="http://www.tripadvisor.com/">
+                                        <img src="http://www.tripadvisor.com/img/cdsi/img2/branding/tripadvisor_logo_transp_340x80-18034-2.png" alt="TripAdvisor"/>
+                                    </a>
+                                </li>
+                            </ul>
+                        </div>
+                        <script src="http://www.jscache.com/wejs?wtype=cdsratingsonlynarrow&amp;uniq=96&amp;locationId=256939&amp;lang=en_US&amp;border=true&amp;display_version=2">
+                        </script>
                     </div>
                     <div class="small-12 medium-4 columns text-center footer-sponsors">
-                        <a><img src="<?php bloginfo('template_url'); ?>/assets/sponsers.jpg"></a>
+                        <a href="<?php echo esc_url( get_permalink( get_page_by_title( 'Sponsors' ) ) ); ?>">Sponsors</a>
+                            <img src="<?php bloginfo('template_url'); ?>/assets/sponsors.jpg">
+                        </a>
                     </div>
                 </div>
             </footer>
index 902b7c5..dec9ace 100644 (file)
@@ -6,8 +6,8 @@
                     if (!is_page('news')) {
                         echo '<a class="tab" href="' . esc_url( get_permalink( get_page_by_title( 'News' ) ) ).'"><h3>News</h3></a>';
                     }
-                    if (!is_page('collections')) {
-                        echo '<a class="tab" href="' . esc_url( get_permalink( get_page_by_title( 'Collections' ) ) ).'"><h3>The Collections</h3></a>';
+                    if (!is_page('must-sees')) {
+                        echo '<a class="tab" href="' . esc_url( get_permalink( get_page_by_title( 'Must See Collections!' ) ) ).'"><h3>The Collections</h3></a>';
                     }
                     if (!is_page('sponsors')) {
                         echo '<a class="tab" href="' . esc_url( get_permalink( get_page_by_title( 'Sponsorships' ) ) ).'"><h3>Sponsors</h3></a>';