Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- //Theme Logo
- $logo = 'default-logo';
- if(!empty($data["logo"])){ $logo = 'custom-logo';}
- //If text based logo is active
- echo '<h1><a id="'.$logo.'" class="'.$logo_align.'" href="'.get_bloginfo("url").'">'.get_bloginfo("name").'</a></h1>';
- ?>
Advertisement
Add Comment
Please, Sign In to add comment