This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_action( 'wcfmmp_before_store_article', function( $store_id, $store_info ) { | |
?> | |
<div class="main-side clearfix<?php if (rehub_option('archive_layout') == 'gridfull' || rehub_option('archive_layout') == 'dealgridfull' || rehub_option('archive_layout') == 'compactgridfull' || rehub_option('archive_layout') == 'columngridfull' || rehub_option('archive_layout') == 'cardblogfull') : ?> full_width<?php endif ;?>"> | |
<?php if (rehub_option('archive_layout') == 'blog') : ?> | |
<div class=""> | |
<?php elseif (rehub_option('archive_layout') == 'newslist') : ?> | |
<div class=""> | |
<?php elseif (rehub_option('archive_layout') == 'communitylist') : ?> |