[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.15.208.206: ~ $
<?php
/**
 * Content wrappers
 *
 * @author 		WooThemes
 * @package 	WooCommerce/Templates
 * @version     3.3.0
 */

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">';
		break;
	case 'twentytwelve' :
		echo '<div id="primary" class="site-content"><div id="content" role="main">';
		break;
	case 'twentythirteen' :
		echo '<div id="primary" class="site-content"><div id="content" role="main" class="entry-content twentythirteen">';
		break;
	case 'zilom' :
		echo '<div id="primary" class="content-area"><div id="content" role="main" class="site-content zilom">';
		break;
	default :
		echo '<div class="woo-container"><div id="content" role="main">';
		break;
}

Filemanager

Name Type Size Permission Actions
breadcrumb.php File 7.93 KB 0644
quantity-input.php File 879 B 0644
wrapper-end.php File 467 B 0644
wrapper-start.php File 849 B 0644