wordpress/php-fpm/wordpress_files/themes/retropress/sidebar.php

1 line
263 B
PHP
Raw Normal View History

2020-05-22 03:40:23 +02:00
<?php global $SMTheme, $post; if ( !in_array($SMTheme->layout, array(1,3,6) ) ) get_sidebar('right'); if ( !in_array($SMTheme->layout, array(1,2) ) ) get_sidebar('left'); if ( $SMTheme->layout == 6 ) { get_sidebar('right'); } ?>