SpectroMX5
Junior Member
- Feb 8, 2008
- 158
- 210
[SOLVED]
It's not outputting anything at all. My divs are empty inside like Dr. Evil.
I know this isn't the services offered section but if you get me on skype I'd like to hire someone for some PHP work. Skype handle: spectromx5
It's not outputting anything at all. My divs are empty inside like Dr. Evil.
Code:
<div id=logo">
<?php if ( is_page_template('template-java.php') ):?>
<img src="<?php get_template_directory_uri(); ?>/images/java-logo.jpg" alt="Doghouse Java Hut" />
<?php elseif ( is_page_template('template-doghouse.php') || is_page_template('template-catering.php') ):?>
<img src="<?php get_template_directory_uri(); ?>/images/doghouse-logo.jpg" alt="Doghouse Diner" />
<?php endif; ?>
</div>
I know this isn't the services offered section but if you get me on skype I'd like to hire someone for some PHP work. Skype handle: spectromx5
Last edited: