
Atul
By: a guest on
May 29th, 2010 | syntax:
PHP | size: 0.96 KB | hits: 98 | expires: Never
<!-- Sidebar -->
<div class="sidebar sidebar-right">
<h3>Categories</h3>
<ul>
<?php wp_list_categories('title_li='); ?>
</ul>
<h3>Blogroll</h3>
<ul>
<?php wp_list_bookmarks('categorize=0&title_li='); ?>
</ul>
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(2) ) : ?>
<?php endif; ?>
</div>
<!-- Sidebar -->
<div class="clear"></div>
</div>
</div>
</div>
<!-- /Main -->
<!-- Footer -->
<div id="footer">
<!-- Copyright -->
<div id="copyright">
(c)Copyrighted <?php bloginfo('name');?>, All Rights Reserved.<br />3D Sound <a href="http://www.wordpress-themes.net-tec.biz">Wordpress Themes</a> | <a href="http://www.hosting.net-tec.biz">Hosting und Webspace</a>
</div>
<!-- /Copyright -->
</div>
<!-- Footer -->
</div>
<!-- /Page -->
<?php wp_footer(); ?>
</body>
</html>