</div>
<div class="row">
<div id="copyright" class="small-12 text-center">
- <p>The Gilmore Car Museum is a public, 501(c)3 non-profit educational institution, dedicated to preserving the history and heritage of the American automobile.</p>
- <p>© • All Rights Reserved • Produced by Gaslight Media</p>
+ <p>The Gilmore Car Museum is a public, 501(c)3 non-profit educational institution,
+ dedicated to preserving the history and heritage of the American automobile.</p><br>
+ <p>© All Rights Reserved • Produced by Gaslight Media</p>
<span>© <?php echo date('Y');?> Gilmore Car Museum</span>
<span class="bullet"> • </span>
<span> All Rights Reserved</span>
<script charset="utf-8" type="text/javascript">var switchTo5x=true;</script>
<script charset="utf-8" type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script charset="utf-8" type="text/javascript">stLight.options({"publisher":"wp.9d9e548a-5d0d-4ad3-a4fe-b70af79a0d5f"});var st_type="wordpress4.1.1";</script>
-
<?php wp_footer();?>
</body>
</html>
<div class="medium-3 columns show-for-medium-up sidebar">
<?php glm_side_menu(); ?>
- <a class="tab" href="#"><h3>Upcoming Events</h3></a>
- <a class="tab" href="#"><h3>News</h3></a>
- <a class="tab" href="#"><h3>The Collections</h3></a>
- <a class="tab" href="#"><h3>Sponsors</h3></a>
+ <?php if (!is_page('upcoming-events')) {
+ echo '<a class="tab" href="' . esc_url( get_permalink( get_page_by_title( 'upcoming-events' ) ) ).'"><h3>Upcoming Events</h3></a>';
+ }
+ 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('sponsors')) {
+ echo '<a class="tab" href="' . esc_url( get_permalink( get_page_by_title( 'sponsors' ) ) ).'"><h3>Sponsors</h3></a>';
+ }?>
</div>