woocommerce/templates/shop/wrapper-start.php

8 lines
177 B
PHP
Raw Normal View History

2011-12-12 11:35:54 +00:00
<?php
/**
* Content Wrappers
*/
$id = ( get_option('template') === 'twentyeleven' ) ? 'primary' : 'container';
?>
<div id="<?php echo $id; ?>">
<div id="content" role="main">