/home/altere25/infinet.finance/wp-content/plugins/cmp-premium-themes/titan
Edit: /home/altere25/infinet.finance/wp-content/plugins/cmp-premium-themes/titan/titan-theme.php (9223B)
>
cmp_subscribe_type();
// avatar
$avatar_id = get_option('niteoCS_avatar_id', '');
$avatar_name = get_option('niteoCS_avatar_name', '');
$avatar_title = get_option('niteoCS_avatar_title', '');
// logo
$logo = '';
if ( method_exists ( $html, 'cmp_logo' ) ) {
$logo = $html->cmp_logo( $themeslug, $class = 'animated fadeInDown delay-small' );
}
// gallery
$gallery_ids = get_option('niteoCS_gallery', '');
if ( isset( $gallery_ids ) && $gallery_ids != '' ) {
$gallery_ids = explode( ',', $gallery_ids );
}
// translation
$translation = json_decode( get_option('niteoCS_translation'), true );
if ( method_exists( $html, 'cmp_render_lang_switcher' ) ) {
$lang_switcher = $html->cmp_render_lang_switcher();
}
//include theme defaults
if ( file_exists(dirname(__FILE__).'/'.$themeslug.'-defaults.php') ) {
require ( dirname(__FILE__).'/'.$themeslug.'-defaults.php' );
}
// render SEO
if ( method_exists ( $html, 'cmp_get_seo' ) ) {
echo $html->cmp_get_seo();
}
// render google fonts link
if ( method_exists ( $html, 'cmp_get_fonts' ) ) {
echo $html->cmp_get_fonts( $heading_font, $content_font );
}
$html->cmp_enqueue_styles( $themeslug, $fontani = true, $slider, $banner_type, $fa = true, $gutenberg = false ); ?>
cmp_get_custom_css();
}
// render header javascripts
if ( method_exists ( $html, 'cmp_head_scripts' ) ) {
$html->cmp_head_scripts();
}
// echo pattern copyright
if ( $banner_type == 3 ) {
echo '';
} ?>
cmp_social_icons( $mode = 'icon', $title = false, $themeslug, $cont_class = '', $liclass = 'animated fadeInDown delay-small' );
} ?>
cmp_get_title( 'fadeInDown delay-small-1' );
}
if ( method_exists ( $html, 'cmp_get_body' ) ) { ?>
cmp_get_body( ); ?>
cmp_subscribe_form( $label = FALSE, $firstname = false, $lastname = false );
} ?>
cmp_render_counter(true, 'animated zoomIn delay-huge');
}
} ?>
cmp_get_copyright();
} ?>
cmp_slider( $themeslug );
}
} else {
// render graphic background ?>
cmp_background( $banner_type, $themeslug );
}
} ?>
cmp_get_copyright();
} ?>
cmp_javascripts( $banner_type, $themeslug );
} ?>