deleted file style.css

This commit is contained in:
2023-10-22 22:21:41 +00:00
committed by Gitium
parent c7746517a0
commit c72a65abc1
142 changed files with 0 additions and 37108 deletions

View File

@ -1,34 +0,0 @@
<?php
/**
* The Sidebar containing the main widget areas.
*
* @package GeneratePress
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
?>
<div <?php generate_do_attr( 'right-sidebar' ); ?>>
<div class="inside-right-sidebar">
<?php
/**
* generate_before_right_sidebar_content hook.
*
* @since 0.1
*/
do_action( 'generate_before_right_sidebar_content' );
if ( ! dynamic_sidebar( 'sidebar-1' ) ) {
generate_do_default_sidebar_widgets( 'right-sidebar' );
}
/**
* generate_after_right_sidebar_content hook.
*
* @since 0.1
*/
do_action( 'generate_after_right_sidebar_content' );
?>
</div>
</div>