PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
httpdocs
/
medifides
/
wp-content
/
themes
/
redbiz
/
inc
<?php if ( ! function_exists( 'themesflat_body_classes' ) ) { add_filter( 'body_class', 'themesflat_body_classes' ); function themesflat_body_classes( $classes ) { $custom_page_class = themesflat_meta('custom_page_class'); $classes[] = $custom_page_class; if ( themesflat_meta('enable_custom_topbar') == 1 ) { if (themesflat_meta( 'topbar_enabled' ) == 1 ) { $classes[] = 'has-topbar'; } } else { if ( themesflat_get_opt( 'topbar_enabled') == 1 ) $classes[] = 'has-topbar'; } if ( themesflat_choose_opt('header_sticky') == 1 ) { $classes[] = 'header_sticky'; } /** * Portfolio template */ if ( is_page_template( 'tpl/portfolio.php' ) ) $classes[] = 'page-portfolio'; /** * Full-Width layout template */ if ( is_page_template( 'tpl/page_fullwidth.php' ) ) $classes[] = 'page-fullwidth'; $classes[] = themesflat_choose_opt('layout_version'); /** * Full Width Sidebar Position */ $classes[] = themesflat_choose_opt( 'page_layout' ); $classes [] = themesflat_choose_opt('bottom_style'); return $classes; } }
[-] structure.php
[open]
[-] styles.php
[open]
[-] helpers.php
[open]
[+]
..
[-] js_composer.php
[open]
[+]
breadcrumb-trail
[+]
options
[+]
plugins
[-] pagination.php
[open]
[-] breadcrumb.php
[open]
[-] template-tags.php
[open]
[-] customizer.php
[open]
[-] revo-slider.php
[open]