403Webshell
Server IP : 195.58.49.151  /  Your IP : 216.73.217.39
Web Server : Apache/2.4.67 (Debian) mod_fcgid/2.3.9 OpenSSL/3.0.20
System : Linux hs.hsdns.ru 6.1.0-48-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.172-1 (2026-05-15) x86_64
User : antilam ( 1007)
PHP Version : 8.4.22
Disable Function : system,passthru,popen
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /home/antilam/web/antilam.ru/public_html/wp-content/themes/woodmart/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/antilam/web/antilam.ru/public_html/wp-content/themes/woodmart//portfolio.php
<?php

/* Template name: Portfolio */

$classes      = '';
$style        = '';
$filters_type = woodmart_get_opt( 'portfolio_filters_type', 'masonry' );
$filters      = woodmart_get_opt( 'portoflio_filters' );

if ( 'fragments' === woodmart_is_woo_ajax() ) {
	woodmart_get_portfolio_main_loop( true );
	die();
}

if ( ! woodmart_is_woo_ajax() ) {
	get_header();
} else {
	woodmart_page_top_part();
}

if ( woodmart_has_sidebar_in_page() ) {
	$classes = ' wd-grid-col';
	$style   = ' style="' . woodmart_get_content_inline_style() . '"';
}

if ( 'sidebar-left' === woodmart_get_page_layout() ) {
	get_sidebar();
}

?>
<div class="wd-content-area site-content<?php echo esc_attr( $classes ); ?>"<?php echo wp_kses( $style, true ); ?>>
	<?php if ( have_posts() ) : ?>
		<div class="wd-portfolio-element">
			<?php if ( $filters && ( ( 'links' === $filters_type && is_tax() ) || ! is_tax() ) ) : ?>
				<?php woodmart_portfolio_filters( '', $filters_type ); ?>
			<?php endif ?>

			<?php woodmart_get_portfolio_main_loop(); ?>
		</div>
	<?php else : ?>
		<?php get_template_part( 'content', 'none' ); ?>
	<?php endif; ?>
</div>
<?php

if ( 'sidebar-left' !== woodmart_get_page_layout() ) {
	get_sidebar();
}

if ( ! woodmart_is_woo_ajax() ) {
	get_footer();
} else {
	woodmart_page_bottom_part();
}

Youez - 2016 - github.com/yon3zu
LinuXploit