<!-- start sidebar one -->
<div id="sidebar1" class="sidebar">
<ul>
<?php /* Widgetized sidebar, if you have the plugin installed. */
if ( function_exists('dynamic_sidebar') && dynamic_sidebar(2)) : else : ?>
<li>
<h2>
<?php _e('Недавно'); ?>
</h2>
<ul>
<?php get_archives('postbypost', '10', 'custom', '<li>', '</li>'); ?>
</ul>
</li>
<?php endif; ?>
</ul>
</div>
<!-- end sidebar one -->