Path : /srv/www/vhosts/aife/aife.cz/wp-content/themes/Proyecto/ |
Current File : /srv/www/vhosts/aife/aife.cz/wp-content/themes/Proyecto/sidebar.php |
<?php /** * @package WordPress * @subpackage proyecto Theme */ $options = get_option( 'proyecto_theme_settings' ); ?> <div id="sidebar" class="clearfix"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar') ) : ?> <?php endif; ?> </div> <!-- END sidebar -->