| Server IP : 217.160.0.4 / Your IP : 216.73.217.51 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u95291125 ( 3026745) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/45/d758495492/htdocs/clickandbuilds/oeil/wp-content/themes/oceanwp/ |
Upload File : |
<?php
/**
* The left sidebar containing the widget area.
*
* @package OceanWP WordPress theme
*/ ?>
<?php do_action( 'ocean_before_sidebar' ); ?>
<aside id="left-sidebar" class="sidebar-container widget-area sidebar-secondary"<?php oceanwp_schema_markup( 'sidebar' ); ?>>
<?php do_action( 'ocean_before_sidebar_inner' ); ?>
<div id="left-sidebar-inner" class="clr">
<?php
if ( $sidebar = oceanwp_get_second_sidebar() ) {
dynamic_sidebar( $sidebar );
} ?>
</div><!-- #sidebar-inner -->
<?php do_action( 'ocean_after_sidebar_inner' ); ?>
</aside><!-- #sidebar -->
<?php do_action( 'ocean_after_sidebar' ); ?>