Advertisement
sandy786

Untitled

Oct 28th, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <?php global $promax; if ($promax['logo']['url']!= "") : ?>
  2. <div id="site-logo">
  3. <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php echo esc_url($promax['logo']['url']) ?>"/></a>
  4. </div>
  5. <?php else : ?>
  6. <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
  7. <h2 class="site-description"><?php bloginfo( 'description' ); ?></h2>
  8. <?php endif; ?>
  9. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement