Selam Arkadaslar Sidebar.php'de Rss bölümü kaldıramadım. Sildikce Sidebar ucuyor Bir yardım etseniz kod bilgimde fazla yok

<center><script type="text/javascript"><!--
google_ad_client = "pub-9867761928379659";
/* 250x250, oluşturulma 19.11.2008 */
google_ad_slot = "3403684668";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></center>
<?php
    $options = get_option('inove_options');

    if($options['feed'] && $options['feed_url']) {
        if (substr(strtoupper($options['feed_url']), 0, 7) == 'HTTP://') {
            $feed = $options['feed_url'];
        } else {
            $feed = 'http://' . $options['feed_url'];
        }
    } else {
        $feed = get_bloginfo('rss2_url');
    }
?>

<!-- sidebar START -->
<div id="sidebar">

<!-- sidebar north START -->
<div id="northsidebar" class="sidebar">

    <!-- feeds -->
    <div class="widget feeds_weight">
        <div class="content"><a title="<?php _e('Subscribe to this blog...', 'inove'); ?>" id="feedrss" href="feed:<?php echo $feed; ?>">
          <?php _e('<abbr title="Really Simple Syndication">RSS</abbr> feed', 'inove'); ?>
        </a>
          <?php if($options['feed_email'] && $options['feed_url_email']) : ?>
          <?php endif; ?>
          <!--
            <div class="fixed"></div>
            <div id="feed_readers">
                <a class="reader first" title="<?php _e('Subscribe with ', 'inove'); _e('Google', 'inove'); ?>" href="http://fusion.google.com/add?feedurl=<?php echo $feed; ?>"><img src="<?php bloginfo('template_url'); ?>/img/feed_google.gif" alt="<?php _e('Google', 'inove'); ?>" /></a>
                <a class="reader" title="<?php _e('Subscribe with ', 'inove'); _e('Youdao', 'inove'); ?>" href="http://reader.youdao.com/#url=<?php echo $feed; ?>"><img src="<?php bloginfo('template_url'); ?>/img/feed_youdao.gif" alt="<?php _e('Youdao', 'inove'); ?>" /></a>
                <a class="reader" title="<?php _e('Subscribe with ', 'inove'); _e('Xian Guo', 'inove'); ?>" href="http://www.xianguo.com/subscribe.php?url=<?php echo $feed; ?>"><img src="<?php bloginfo('template_url'); ?>/img/feed_xianguo.gif" alt="<?php _e('Xian Guo', 'inove'); ?>" /></a>
                <a class="reader" title="<?php _e('Subscribe with ', 'inove'); _e('Zhua Xia', 'inove'); ?>" href="http://www.zhuaxia.com/add_channel.php?url=<?php echo $feed; ?>"><img src="<?php bloginfo('template_url'); ?>/img/feed_zhuaxia.gif" alt="<?php _e('Zhua Xia', 'inove'); ?>" /></a>
            </div>
            -->
            <div class="fixed"></div>
      </div>
    </div>

    <!-- showcase -->
    <?php if( $options['showcase_content'] && (
        ($options['showcase_registered'] && $user_ID) || 
        ($options['showcase_commentator'] && !$user_ID && isset($_COOKIE['comment_author_'.COOKIEHASH])) || 
        ($options['showcase_visitor'] && !$user_ID && !isset($_COOKIE['comment_author_'.COOKIEHASH]))
    ) ) : ?>
    <div class="widget">
            <?php if($options['showcase_caption']) : ?>
                <h3>
                  <?php if($options['showcase_title']){echo($options['showcase_title']);}else{_e('Showcase', 'inove');} ?>
                </h3>
            <?php endif; ?>
            <div class="content">
                <?php echo($options['showcase_content']); ?>
            </div>
    </div>
    <?php endif; ?>

<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('north_sidebar') ) : ?>

    <!-- posts -->
    <?php
        if (is_single()) {
        } else {

        }
    ?>



    <!-- tag cloud -->
    <?php if (!is_single()) : ?>

    <?php endif; ?>

<?php endif; ?>
</div>
<!-- sidebar north END -->

<div id="centersidebar">

    <!-- sidebar east START -->
    <div id="eastsidebar" class="sidebar">
    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('east_sidebar') ) : ?>

        <!-- categories -->
        <div class="widget widget_categories">
            <h3>Categories</h3>
            <div class="content">
                <ul>
                    <?php wp_list_cats('sort_column=name&optioncount=0&depth=1'); ?>
                </ul>
            </div>
        </div>

    <?php endif; ?>
    </div>
    <!-- sidebar east END -->

    <!-- sidebar west START -->
    <div id="westsidebar" class="sidebar">
    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('west_sidebar') ) : ?>

        <!-- archives -->
        <div class="widget widget_archive">
            <h3>Archives</h3>
            <div class="content">
                <ul>
                    <?php wp_get_archives('type=monthly'); ?>
                    <center><script type="text/javascript"><!--
google_ad_client = "pub-9867761928379659";
/* 120x90, oluşturulma 19.11.2008 */
google_ad_slot = "9479856137";
google_ad_width = 120;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></center>
                </ul>
            </div>
        </div>

    <?php endif; ?>
    </div>
    <!-- sidebar west END -->
    <div class="fixed"></div>
</div>

<!-- sidebar south START -->
<div id="southsidebar" class="sidebar">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('south_sidebar') ) : ?>

    <!-- meta -->
    <div class="widget">
        <h3>Meta</h3>
        <div class="content">
            <ul>
                <?php wp_register(); ?>
                <li><?php wp_loginout(); ?></li>
            </ul>
        </div>
    </div>

    <p>
      <?php endif; ?>
</p>
    <p><img src="/1.jpg" width="290" height="205" /> </p>
        <p><img src="/2.jpg" width="290" height="205" /> </p>
            <p><img src="/3.jpg" width="290" height="250" /> </p>
</div>
<!-- sidebar south END -->

</div>
<!-- sidebar END -->