All pastes #914045 Raw Edit

Mine

public text v1 · immutable
#914045 ·published 2008-02-22 16:05 UTC
rendered paste body
<div id="l_sidebar" class="clearfix">

 	<ul>
	<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(1) ) : else : ?>

	<li>
    	<h2>Yeni Yazılar</h2>
        <ul>
        <?php get_archives('postbypost', 10); ?>
        </ul>
	</li>

	<li>
	    <h2>Konular</h2>			
	    <ul>
	    <?php wp_list_categories('orderby=name&title_li'); ?>
	    </ul>
	</li>

	<?php endif; ?>
	</ul>
</div>