forked from friendica/friendica-wp-theme
Move up
This commit is contained in:
parent
e2f611c223
commit
a469aa9ae5
64 changed files with 0 additions and 0 deletions
9
sidebar.php
Normal file
9
sidebar.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<aside id="sidebar" role="complementary" class="4u$ 12u$(medium)">
|
||||
<?php if ( is_active_sidebar( 'primary-widget-area' ) ) : ?>
|
||||
<div id="primary" class="widget-area">
|
||||
<ul class="xoxo">
|
||||
<?php dynamic_sidebar( 'primary-widget-area' ); ?>
|
||||
</ul>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</aside>
|
Loading…
Add table
Add a link
Reference in a new issue