Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div class="span-10 last">
- <?php if(get_theme_option('ads_125') != '') {
- ?>
- <div class="sidebaradbox125">
- <?php sidebar_ads_125(); ?>
- </div>
- <?php } ?>
- <div class="span-5">
- <div class="sidebar left-sidebar">
- <?php get_search_form(); ?>
- <br/>
- <center><a href="http://daz-clan.com/board/index.php?page=Register"><img src="http://www.daz-clan.com/images/joinus.png"></a></center>
- <ul>
- <?php
- if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar 2') ) : ?>
- <li><h2><?php _e('Recent Posts'); ?></h2>
- <ul>
- <?php wp_get_archives('type=postbypost&limit=5'); ?>
- </ul>
- </li>
- <li id="tag_cloud"><h2>Tags</h2>
- <?php wp_tag_cloud('largest=16&format=flat&number=20'); ?>
- </li>
- <li>
- <h2>Calendar</h2>
- <?php get_calendar(); ?>
- </li>
- <?php include (TEMPLATEPATH . '/recent-comments.php'); ?>
- <?php if (function_exists('get_recent_comments')) { get_recent_comments(); } ?>
- <li><h2>Meta</h2>
- <ul>
- <?php wp_register(); ?>
- <li><?php wp_loginout(); ?></li>
- <li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
- <li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li>
- <?php wp_meta(); ?>
- </ul>
- </li>
- <?php endif; ?>
- </ul>
- <?php if(get_theme_option('ad_sidebar1_bottom') != '') {
- ?>
- <div class="sidebaradbox">
- <?php echo get_theme_option('ad_sidebar1_bottom'); ?>
- </div>
- <?php
- }
- ?>
- </div>
- </div>
- <div class="span-5 last">
- <div class="sidebar right-sidebar">
- <ul>
- <?php
- if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar 1') ) : ?>
- <li><h2>Archives</h2>
- <ul>
- <?php wp_get_archives('type=monthly'); ?>
- </ul>
- </li>
- <?php wp_list_bookmarks(); ?>
- <?php endif; ?>
- </ul>
- <?php if(get_theme_option('ad_sidebar2_bottom') != '') {
- ?>
- <div class="sidebaradbox">
- <?php echo get_theme_option('ad_sidebar2_bottom'); ?>
- </div>
- <?php
- }
- ?>
- </div>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement