replacing the static call to logo.png with add_custom_image_header so

now you can update the logo via theme options
This commit is contained in:
Ben Word
2011-07-31 22:19:17 -06:00
parent c6788dc99b
commit df9183af6d
2 changed files with 16 additions and 1 deletions

View File

@@ -34,7 +34,7 @@
<div class="container">
<a id="logo" href="<?php echo home_url(); ?>/">
<img src="<?php echo get_template_directory_uri(); ?>/img/logo.png" width="300" height="75" alt="<?php bloginfo('name'); ?>">
<img src="<?php echo get_header_image(); ?>" width="<?php echo HEADER_IMAGE_WIDTH; ?>" height="<?php echo HEADER_IMAGE_HEIGHT; ?>" alt="<?php bloginfo('name'); ?>">
</a>
<?php if ($roots_options['clean_menu']) { ?>