removed logo
Showing
1 changed file
with
0 additions
and
3 deletions
| ... | @@ -17,9 +17,6 @@ global $wpdb; | ... | @@ -17,9 +17,6 @@ global $wpdb; |
| 17 | <?php if (has_post_thumbnail( $post->ID ) ): ?> | 17 | <?php if (has_post_thumbnail( $post->ID ) ): ?> |
| 18 | <?php $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'single-post-thumbnail' ); ?> | 18 | <?php $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'single-post-thumbnail' ); ?> |
| 19 | <div class="header-image" id="header-image" style="background-image: url(<?php echo $image[0]; ?>);"> | 19 | <div class="header-image" id="header-image" style="background-image: url(<?php echo $image[0]; ?>);"> |
| 20 | <div> | ||
| 21 | <img alt="commonwell_college_logo" class="commonwell_college_logo" src="<?php echo get_stylesheet_directory_uri(); ?>/images/commonwell_college.png"/> | ||
| 22 | </div> | ||
| 23 | </div> | 20 | </div> |
| 24 | <?php endif; ?> | 21 | <?php endif; ?> |
| 25 | 22 | ... | ... |
-
Please register or sign in to post a comment