| Server IP : 69.39.225.240 / Your IP : 216.73.216.138 Web Server : Apache System : Linux bronze7.serverhost.net 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64 User : reademotions ( 1074) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/reademotions/www/wp-content/plugins/easy-login-woocommerce/templates/global/ |
Upload File : |
<?php
/**
* Contains Header HTML for switching tabs.
*
* This template can be overridden by copying it to yourtheme/templates/easy-login-woocommerce/global/xoo-el-header.php.
*
* HOWEVER, on occasion we will need to update template files and you
* (the theme developer) will need to copy the new files to your theme to
* maintain compatibility. We try to do this as little as possible, but it does
* happen.
* @see https://docs.xootix.com/easy-login-woocommerce/
* @version 2.1
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
$register_args = $args['forms']['register'];
$form_active = $args['form_active'];
?>
<div class="xoo-el-header">
<ul class="xoo-el-tabs">
<li data-tab="login" class="xoo-el-login-tgr"><?php _e( 'Login', 'easy-login-woocommerce' ); ?></li>
<?php if( isset( $register_args['enable'] ) && $register_args['enable'] === "yes" ): ?>
<li data-tab="register" class="xoo-el-reg-tgr"><?php _e( 'Sign Up', 'easy-login-woocommerce' ); ?></li>
<?php endif; ?>
</ul>
</div>