<?php global $comfy; ?>
<div id="sidebar">

<?php if (is_page() || is_single()) : ?>
<?php if (is_page()) $tle = 'page'; else $tle = 'post'; ?>
<?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/admin_menu.html'; ?>
<?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/writer.html'; ?>
<?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/info.html'; ?>

<?php endif; ?>

<?php if (is_category()) : ?>
<?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/category_tabs.html'; ?>
<?php endif; ?>

<?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/subscription.html'; ?>
<?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/300x250ads.html'; ?>
<?php if (!is_category()) : ?>
<?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/ajaxtabs.html'; ?>
<?php endif; ?>
<?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/media.html'; ?>
<?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/widgets.html'; ?>

</div><div class="clear"></div>
Buyrun , böyle.