Exemple #1
0
    }
    ?>
" id="sidebar">
                        <!-- Sidebar Left -->
                        <?php 
    if ($sidebar_postition == 'left') {
        echo '<div class="span11 pull-left" style="margin-left:0px;">';
        tk_get_sidebar('Left', 'Default');
        echo '</div>';
    }
    ?>
                        <!-- Sidebar Right -->
                        <?php 
    if ($sidebar_postition == 'right') {
        echo '<div class="span11 pull-right">';
        tk_get_sidebar('Right', 'Default');
        echo '</div>';
    }
    ?>
                        <!--/sidebar-->
                    </div>
                <?php 
}
?>

            </div>

        </div>
    </div>

<?php 
Exemple #2
0
    }
    ?>
" id="sidebar">
                        <!-- Sidebar Left -->
                        <?php 
    if ($sidebar_postition == 'left') {
        echo '<div class="span11 pull-left" style="margin-left:0px;">';
        tk_get_sidebar('Left', 'Archive/Search');
        echo '</div>';
    }
    ?>
                        <!-- Sidebar Right -->
                        <?php 
    if ($sidebar_postition == 'right') {
        echo '<div class="span11 pull-right">';
        tk_get_sidebar('Right', 'Archive/Search');
        echo '</div>';
    }
    ?>
                        <!--/sidebar-->
                    </div>
                <?php 
}
?>

            </div>

        </div>
    </div>
<?php 
get_footer();
    }
    ?>
" id="sidebar">
                        <!-- Sidebar Left -->
                        <?php 
    if ($sidebar_postition == 'left') {
        echo '<div class="span11 pull-left" style="margin-left:0px;">';
        tk_get_sidebar('Left', $sidebar_selected);
        echo '</div>';
    }
    ?>
                        <!-- Sidebar Right -->
                        <?php 
    if ($sidebar_postition == 'right') {
        echo '<div class="span11 pull-right">';
        tk_get_sidebar('Right', $sidebar_selected);
        echo '</div>';
    }
    ?>
                        <!--/sidebar-->
                    </div>
                <?php 
}
?>

            </div>
        </div>
    </div>

<?php 
get_footer();