Sindbad~EG File Manager

Current Path : /var/www/html/wordpress_alg24news/wp-content/themes/newsbt/
Upload File :
Current File : /var/www/html/wordpress_alg24news/wp-content/themes/newsbt/sidebar.php

<?php
/*
 * Security 	: blocking direct access
 * Source		: http://codex.wordpress.org/Theme_Development#Template_Files
*/
defined('ABSPATH') or die("Access Restricted");
	if ( mwp_option('sidebar-hide-small') == 1) {
		$device_hide = ' screen-l';
	} else {
		$device_hide = '';
	}
	if ( mwp_option( 'home-type') == 1 ) { 
		echo '<div id="sidebar" class="sidebar stick-sidebar'.$device_hide.'">';
			// OPEN DIV : theiaStickySidebar
			if (mwp_option('sticky-sidebar') == 1) { 
				echo '<div class="theiaStickySidebar">';
			}
				if (function_exists('dynamic_sidebar') && dynamic_sidebar('home-sidebar')) : else : 
				endif;
				
			// CLOSE DIV : theiaStickySidebar
			if (mwp_option('sticky-sidebar') == 1) { 
				echo '</div>';
			}
		echo '</div>';
	} else { 
		echo '<div id="sidebar" class="sidebar'.$device_hide.'">';
			if (function_exists('dynamic_sidebar') && dynamic_sidebar('home-sidebar')) : else :	
			endif;
		echo '</div>';
	}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists