Fix to side links
authorLaury GvR <laury@gaslightmedia.com>
Mon, 2 Mar 2015 21:16:47 +0000 (16:16 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 2 Mar 2015 21:16:47 +0000 (16:16 -0500)
sidebar.php

index 27482a6..902b7c5 100644 (file)
@@ -10,6 +10,6 @@
                         echo '<a class="tab" href="' . esc_url( get_permalink( get_page_by_title( 'Collections' ) ) ).'"><h3>The Collections</h3></a>';
                     }
                     if (!is_page('sponsors')) {
-                        echo '<a class="tab" href="' . esc_url( get_permalink( get_page_by_title( 'Sponsors' ) ) ).'"><h3>Sponsors</h3></a>';
+                        echo '<a class="tab" href="' . esc_url( get_permalink( get_page_by_title( 'Sponsorships' ) ) ).'"><h3>Sponsors</h3></a>';
                     }?>
                 </div>