Example #1
0
        <?php 
                rehub_create_column('middle');
                ?>
 
    <?php 
            } elseif ($columns == '4_col') {
                ?>
        <?php 
                rehub_create_column('small');
                ?>
    
    <?php 
            } else {
                ?>
        <?php 
                rehub_create_column('middle');
                ?>
    <?php 
            }
            ?>
    <?php 
        }
    }
    ?>
    </div>
    <div class="clearfix"></div>
    <?php 
    if ($module_pagination == '1') {
        ?>
        <div class="pagination"><?php 
        rehub_pagination();
Example #2
0
                        <?php 
            rehub_create_column('big');
            ?>
 
                    <?php 
        } elseif (rehub_option('rehub_framework_category_layout') == 'two_column_with' || rehub_option('rehub_framework_category_layout') == 'three_column_full') {
            ?>
                        <?php 
            rehub_create_column('middle');
            ?>
                                           
                    <?php 
        } else {
            ?>
                        <?php 
            rehub_create_column('big');
            ?>
    
                    <?php 
        }
        ?>
                <?php 
    }
    ?>

                <?php 
} else {
    ?>
		
                    <h5><?php 
    _e('Sorry. No posts in this category yet', 'rehub_child');