Advertisement
Guest User

Untitled

a guest
Mar 4th, 2020
494
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.38 KB | None | 0 0
  1.                 <?php if ( is_front_page() || is_page_template( array( 'frontpage-2.php', 'frontpage-page-builder.php' ) ) ) { ?>
  2.                     <a class="header-top-login header-top-login-jump login-popup-action"><?php esc_attr_e('Login', 'onecommunity'); ?></a>
  3.                 <?php } else { ?>
  4.                     <a class="header-top-login login-popup-action"><?php esc_attr_e('Login', 'onecommunity'); ?></a>
  5.                 <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement