excluding the logo from event detail pages
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 25 Jan 2019 20:39:35 +0000 (15:39 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 25 Jan 2019 21:05:23 +0000 (16:05 -0500)
sections/header.php

index 1e25cac..c7c1cbc 100644 (file)
@@ -8,7 +8,9 @@
         <nav class="top-bar grid-3-7 text-center show-for-large-up opensearchserver.ignore" data-topbar role="navigation">
             <section id="top-bar-logo-wrapper" >
                 <a id="top-bar-logo-link" href="<?php bloginfo('url')?>"><img id="top-bar-logo" src="<?php echo get_template_directory_uri();?>/assets/bay-harbor-logo.png" class="left"></a>
+                <?php if(!is_page(355)){ ?>
                 <a id="top-bar-logo-anniversary" href="<?php bloginfo('url')?>"><img id="top-bar-logo-anniversary" src="<?php echo get_template_directory_uri();?>/assets/anniversary.png" class="left"></a>
+                <?php } ?>
             </section>
             <section class="top-bar-section">
                 <?php glm_theme_top_bar('top-bar'); ?>