ingersoll rand
ingersoll rand
OKS
OKS
perma
perma
SKF
SKF
آترود - ATROD
آترود - ATROD
ادینول - ADDINOL
ادینول - ADDINOL
اسو - ESSO
اسو - ESSO
اطلس کوپکو - Atlas Copco
اطلس کوپکو - Atlas Copco
الف - elf
الف - elf
ایرانول - Iranol
ایرانول - Iranol
به تام روانکار
به تام روانکار
ترمینول - Therminol
ترمینول - Therminol
توتال - Total
توتال - Total
تویوتا - TOYOTA
تویوتا - TOYOTA
روبین ایر - ROBINAIR
روبین ایر - ROBINAIR
ساسول - sasol
ساسول - sasol
سانیسو - Suniso
سانیسو - Suniso
شل - Shell
شل - Shell
فلومکس - FlowMax
فلومکس - FlowMax
فوکس - Fuchs
فوکس - Fuchs
کاسترول - Castrol
کاسترول - Castrol
کلوبر - Kluber
کلوبر - Kluber
موبیز - Mobis
موبیز - Mobis
موبیل - Mobil
موبیل - Mobil
مولیکوت - Molykote
مولیکوت - Molykote
نفت بهران - Behran
نفت بهران - Behran
نفت پارس - Pars Oil
نفت پارس - Pars Oil
نفت سپاهان - Sepahan
نفت سپاهان - Sepahan
نیناس - Nynas
نیناس - Nynas

/* * This page display single page */ //get header get_header(); $mweb_sidebar_name = mweb_theme_page::get_sidebar_name(); $mweb_sidebar_position = mweb_theme_page::get_sidebar_position(); $mweb_enable_comment_box = mweb_theme_page::check_comment_box(); $badge_style = mweb_theme_util::get_theme_option('badge_style'); //create single class $mweb_single_class = array(); $mweb_single_class[] = 'is-page'; $mweb_single_class[] = 'inner_wrap'; $mweb_single_class[] = 'post-wrapper'; $mweb_single_class = implode( ' ', $mweb_single_class ); mweb_theme_template_part::open_page_wrap( 'page-layout-wrap', $mweb_sidebar_position ); mweb_theme_template_part::open_page_inner( 'page-layout-inner', $mweb_sidebar_position ); //render if ( have_posts() ) { while ( have_posts() ) { the_post(); mweb_theme_single_layout::open_single_wrap( $mweb_single_class ); mweb_theme_single_layout::open_single_header(); echo '
'; mweb_theme_single::single_post_title(); mweb_theme_single_layout::close_single_header(); get_template_part( 'templates/single/block', 'entry' ); get_template_part( 'templates/single/block', 'tags' ); mweb_theme_single_layout::close_single_wrap(); if ( ! empty( $mweb_enable_comment_box ) && 'none' != $mweb_enable_comment_box ) { get_template_part( 'templates/single/block', 'comment' ); } } } mweb_theme_template_part::close_page_inner(); //render sidebar if ( ! empty( $mweb_sidebar_position ) && 'none' != $mweb_sidebar_position ) { mweb_theme_template_part::sidebar( $mweb_sidebar_name ); } mweb_theme_template_part::close_page_wrap(); //get footer get_footer();