All pastes #914048 Raw Edit

Unnamed

public text v1 · immutable
#914048 ·published 2008-02-22 16:06 UTC
rendered paste body
<div id="r_sidebar" class="clearfix">
	<ul>
	<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) ) : else : ?>

	<li>
        <h2>Arşivler</h2>
	    <ul>
	    <?php wp_get_archives('type=monthly'); ?>
	    </ul>
	</li>

	<li>
        <h2>Bağlantılar</h2>
	    <ul>
        <?php get_links(-1, '<li>', '</li>', ' - '); ?>
        </ul>
    </li>
 	<?php endif; ?>
	</ul>
</div>