File: /var/www/web37/htdocs/sexnetzwerk24/wp-content/themes/classipress/sidebar-author.php
<?php
/**
 * Author Sidebar template.
 *
 * @package ClassiPress\Templates
 * @author  AppThemes
 * @since   ClassiPress 1.0
 */
?>
<!-- right block -->
<div class="content_right">
	<?php appthemes_before_sidebar_widgets( 'author' ); ?>
	<?php if ( ! dynamic_sidebar( 'sidebar_author' ) ) : ?>
	<!-- no dynamic sidebar so don't do anything -->
	<?php endif; ?>
	<?php appthemes_after_sidebar_widgets( 'author' ); ?>
</div><!-- /content_right -->