(root)/sidebar.php - Rev 24
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
<?php
/*
* The Sidebar containing the main widget area.
*/
?>
<div id="sidebar">
<?php if (!dynamic_sidebar('sidebar-1')) : ?>
<?php get_search_form(); ?>
<aside id="meta" class="widget">
<h3 class="widget-title"><?php _e('Meta', 'sdt'); ?></h3>
<ul>
<li><?php wp_loginout(); ?></li>
<?php wp_meta(); ?>
</ul>
</aside>
<?php endif; // end sidebar widget area ?>
</div><!-- #sidebar -->