Menu

[8b3798]: / sidebar.php  Maximize  Restore  History

Download this file

19 lines (10 with data), 476 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
<div id="sidebar1" class="fluid-sidebar sidebar span4" role="complementary">
<?php if ( is_active_sidebar( 'sidebar1' ) ) : ?>
<?php dynamic_sidebar( 'sidebar1' ); ?>
<?php else : ?>
<!-- This content shows up if there are no widgets defined in the backend. -->
<div class="alert alert-message">
<p><?php _e("Please activate some Widgets","bonestheme"); ?>.</p>
</div>
<?php endif; ?>
</div>