HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/intranet.kauko.lt/wp-content/plugins/employee-directory/layouts/emd-sidebar.php
<?php
/**
 * The template for the sidebar containing the main widget area
 *
 */
// Prevent loading this file directly
defined( 'ABSPATH' ) || exit;
?>
<?php if ( is_active_sidebar( 'sidebar-emd' ) ) : ?>
	<div class="emd-sidebar" id="emd-primary-sidebar">
		<?php dynamic_sidebar( 'sidebar-emd' ); ?>
	</div><!-- #secondary -->
<?php endif; ?>