🚀 Hostinger Optimized
🖥️ Server: LiteSpeed
💻 System: Linux s20058.bom1.stableserver.net 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
👤 User: skhata (1324)
🐘 PHP: 8.4.20
🚫 Disabled: ✨ NONE

💻 Terminal

📁 /home/skhata/chandrasons.com/public
$

📄 sidebar.php

📁 Path: /home/skhata/greenpiceagriculture.com.np/wp-content/themes/vamtam-landscaping/sidebar.php
📊 Size: 689 B
🔒 Perm: 0644
📝 MIME: text/x-php
<?php

$layout_type = VamtamTemplates::get_layout();

if ( 'left-only' === $layout_type || 'left-right' === $layout_type ) : ?>
	<aside class="<?php echo esc_attr( apply_filters( 'vamtam_left_sidebar_class', 'left vamtam-body-sidebar', $layout_type ) ) ?>">
		<?php VamtamSidebars::get_instance()->get_sidebar( 'left' ); ?>
	</aside>
<?php endif;

if ( 'right-only' === $layout_type || 'left-right' === $layout_type ) : ?>
	<aside class="<?php echo esc_attr( apply_filters( 'vamtam_right_sidebar_class', 'right vamtam-body-sidebar', $layout_type ) ) ?>">
		<?php VamtamSidebars::get_instance()->get_sidebar( 'right' ); ?>
	</aside>
<?php endif;

VamtamTemplates::$in_page_wrapper = false;
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨