Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. <?php if(!(isset($swift_opt['swift_favicon'])&&$temp=$swift_opt['swift_favicon'])) {
  2.     $temp=get_template_directory_uri().'/images/favicon.ico'; ?>
  3. <link rel="shortcut icon" href="<?php echo $temp;?>"  />
  4. <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement