Linux puskom-ProLiant-DL385-Gen10 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64
/
var
/
www
/
html
/
bkd
/
berkas
/
ALFA_DATA
/
alfasymlink
/
root
/
home
/
puskom
/
academic
/
/var/www/html/bkd/berkas/ALFA_DATA/alfasymlink/root/home/puskom/academic/sidebar.php
<?php /** * The sidebar containing the main widget area * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Academic_Hub */ if ( ! is_active_sidebar( 'sidebar-1' ) ) { return; } ?> <aside id="secondary" class="widget-area"> <?php academic_hub_sidebars_before(); ?> <?php dynamic_sidebar( 'sidebar-1' ); ?> <?php academic_hub_sidebars_after(); ?> </aside><!-- #secondary -->