2009-08-25 12:37:13 +00:00
|
|
|
<div id="sidebar-right-top"></div>
|
2009-08-21 17:45:23 +00:00
|
|
|
<div id="sidebar-right">
|
|
|
|
<div class="sidebar">
|
|
|
|
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Right Sidebar') ) : ?>
|
|
|
|
<?php comicpress_comic_bookmark() ?>
|
|
|
|
|
|
|
|
<?php if (is_cp_theme_style('standard,v')) { ?>
|
|
|
|
<ul>
|
|
|
|
<li>
|
2009-08-27 04:17:24 +00:00
|
|
|
<?php comicpress_calendar() ?>
|
2009-08-21 17:45:23 +00:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<?php } ?>
|
|
|
|
<ul>
|
2009-08-27 15:57:50 +00:00
|
|
|
<li>
|
2009-08-21 17:45:23 +00:00
|
|
|
<h2>Menu</h2>
|
|
|
|
<ul>
|
|
|
|
<?php wp_list_pages('title_li=') ?>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<ul><?php wp_list_categories('title_li=<h2>Categories</h2>') ?></ul>
|
|
|
|
|
|
|
|
<?php endif; ?>
|
|
|
|
</div>
|
2009-08-25 12:37:13 +00:00
|
|
|
</div>
|
|
|
|
<div id="sidebar-right-bottom"></div>
|