File manager - Edit - /home/theblueo/tv/fb4e3b/global.tar
Back
wrapper-end.php 0000666 00000002325 15214212637 0007512 0 ustar 00 <?php /** * Content wrappers * * This template can be overridden by copying it to yourtheme/woocommerce/global/wrapper-end.php. * * HOWEVER, on occasion WooCommerce 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. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * * @see https://docs.woocommerce.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } $template = get_option( 'template' ); switch( $template ) { case 'twentyeleven' : echo '</div>'; get_sidebar( 'shop' ); echo '</div>'; break; case 'twentytwelve' : echo '</div></div>'; break; case 'twentythirteen' : echo '</div></div>'; break; case 'twentyfourteen' : echo '</div></div></div>'; get_sidebar( 'content' ); break; case 'twentyfifteen' : echo '</div></div>'; break; case 'twentysixteen' : echo '</main></div>'; break; default : echo '</div></div>'; break; } form-login.php 0000666 00000004227 15214212637 0007342 0 ustar 00 <?php /** * Login form * * This template can be overridden by copying it to yourtheme/woocommerce/global/form-login.php. * * HOWEVER, on occasion WooCommerce 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. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * * @see https://docs.woocommerce.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.1.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } if ( is_user_logged_in() ) { return; } ?> <form method="post" class="login" <?php if ( $hidden ) echo 'style="display:none;"'; ?>> <?php do_action( 'woocommerce_login_form_start' ); ?> <?php if ( $message ) echo wpautop( wptexturize( $message ) ); ?> <p class="form-row form-row-first"> <label for="username"><?php _e( 'Username or email', 'woocommerce' ); ?> <span class="required">*</span></label> <input type="text" class="input-text" name="username" id="username" /> </p> <p class="form-row form-row-last"> <label for="password"><?php _e( 'Password', 'woocommerce' ); ?> <span class="required">*</span></label> <input class="input-text" type="password" name="password" id="password" /> </p> <div class="clear"></div> <?php do_action( 'woocommerce_login_form' ); ?> <p class="form-row"> <?php wp_nonce_field( 'woocommerce-login' ); ?> <input type="submit" class="button" name="login" value="<?php esc_attr_e( 'Login', 'woocommerce' ); ?>" /> <input type="hidden" name="redirect" value="<?php echo esc_url( $redirect ) ?>" /> <label for="rememberme" class="inline"> <input name="rememberme" type="checkbox" id="rememberme" value="forever" /> <?php _e( 'Remember me', 'woocommerce' ); ?> </label> </p> <p class="lost_password"> <a href="<?php echo esc_url( wp_lostpassword_url() ); ?>"><?php _e( 'Lost your password?', 'woocommerce' ); ?></a> </p> <div class="clear"></div> <?php do_action( 'woocommerce_login_form_end' ); ?> </form> sidebar.php 0000666 00000001341 15214212637 0006674 0 ustar 00 <?php /** * Sidebar * * This template can be overridden by copying it to yourtheme/woocommerce/global/sidebar.php. * * HOWEVER, on occasion WooCommerce 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. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * * @see https://docs.woocommerce.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } get_sidebar( 'shop' ); ?> quantity-input.php 0000666 00000002325 15214212637 0010301 0 ustar 00 <?php /** * Product quantity inputs * * This template can be overridden by copying it to yourtheme/woocommerce/global/quantity-input.php. * * HOWEVER, on occasion WooCommerce 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. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * * @see https://docs.woocommerce.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.5.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } ?> <div class="quantity"> <input type="number" step="<?php echo esc_attr( $step ); ?>" min="<?php echo esc_attr( $min_value ); ?>" max="<?php echo esc_attr( $max_value ); ?>" name="<?php echo esc_attr( $input_name ); ?>" value="<?php echo esc_attr( $input_value ); ?>" title="<?php echo esc_attr_x( 'Qty', 'Product quantity input tooltip', 'woocommerce' ) ?>" class="input-text qty text" size="4" pattern="<?php echo esc_attr( $pattern ); ?>" inputmode="<?php echo esc_attr( $inputmode ); ?>" /> </div> breadcrumb.php 0000666 00000002215 15214212637 0007372 0 ustar 00 <?php /** * Shop breadcrumb * * This template can be overridden by copying it to yourtheme/woocommerce/global/breadcrumb.php. * * HOWEVER, on occasion WooCommerce 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. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * * @see https://docs.woocommerce.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 2.3.0 * @see woocommerce_breadcrumb() */ if ( ! defined( 'ABSPATH' ) ) { exit; } if ( ! empty( $breadcrumb ) ) { echo $wrap_before; foreach ( $breadcrumb as $key => $crumb ) { echo $before; if ( ! empty( $crumb[1] ) && sizeof( $breadcrumb ) !== $key + 1 ) { echo '<a href="' . esc_url( $crumb[1] ) . '">' . esc_html( $crumb[0] ) . '</a>'; } else { echo esc_html( $crumb[0] ); } echo $after; if ( sizeof( $breadcrumb ) !== $key + 1 ) { echo $delimiter; } } echo $wrap_after; } wrapper-start.php 0000666 00000003275 15214212637 0010106 0 ustar 00 <?php /** * Content wrappers * * This template can be overridden by copying it to yourtheme/woocommerce/global/wrapper-start.php. * * HOWEVER, on occasion WooCommerce 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. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * * @see https://docs.woocommerce.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } $template = get_option( 'template' ); switch( $template ) { case 'twentyeleven' : echo '<div id="primary"><div id="content" role="main" class="twentyeleven">'; break; case 'twentytwelve' : echo '<div id="primary" class="site-content"><div id="content" role="main" class="twentytwelve">'; break; case 'twentythirteen' : echo '<div id="primary" class="site-content"><div id="content" role="main" class="entry-content twentythirteen">'; break; case 'twentyfourteen' : echo '<div id="primary" class="content-area"><div id="content" role="main" class="site-content twentyfourteen"><div class="tfwc">'; break; case 'twentyfifteen' : echo '<div id="primary" role="main" class="content-area twentyfifteen"><div id="main" class="site-main t15wc">'; break; case 'twentysixteen' : echo '<div id="primary" class="content-area twentysixteen"><main id="main" class="site-main" role="main">'; break; default : echo '<div id="container"><div id="content" role="main">'; break; }
| ver. 1.4 |
Github
|
.
| PHP 7.0.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings