0byt3m1n1
Path:
/
data
/
21
/
3
/
125
/
28
/
3125354
/
user
/
3486433
/
htdocs
/
wp-content
/
themes
/
perfecti
/
[
Home
]
File: sidebar.php
<?php $align = "right"; if(is_singular() && get_metabox("layout")=="left") $align = "left"; ?> <div class="span3 <?php echo esc_attr( $align ); ?>-sidebar"> <section id="sidebar"> <?php if ( is_active_sidebar( 'blog-sidebar' ) ) { if(!dynamic_sidebar(get_metabox("custom_sidebar")!="" ? get_metabox("custom_sidebar") : 'blog-sidebar')) { print 'There is no widget. You should add your widgets into <strong>'; print 'Blog'; print '</strong> sidebar area on <strong>Appearance => Widgets</strong> of your dashboard. <br/><br/>'; } } ?> </section> </div>