<?php /** * The header for our theme * * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Markup */ $GLOBALS['markup_theme_options'] = markup_get_options_value(); global $markup_theme_options; $enable_slider = absint($markup_theme_options['markup_enable_slider']); $enable_box = $markup_theme_options['markup_enable_promo']; ?> <!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php //wp_body_open hook from WordPress 5.2 if ( function_exists( 'wp_body_open' ) ) { wp_body_open(); }else { do_action( 'wp_body_open' ); } ?> <div id="page" class="site "> <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'markup' ); ?></a> <?php /** * Hook - markup_action_header. * * @hooked markup_add_main_header - 10 */ do_action( 'markup_action_header' ); ?> <?php if ($enable_slider == 1 && (is_home() || is_front_page())) { ?> <section class="slider-wrapper"> <?php /* * Slider Section Hook */ do_action('markup_action_slider'); ?> </section> <?php } ?> <?php if ($enable_box == 1 && (is_home() || is_front_page() ) ) { ?> <section class="promo-slider-wrapper"> <?php /* * Boxes Section Hook */ do_action('markup_action_boxes'); ?> </section> <?php } ?>
Uncategorized

Michael OTT Release Today at Aha Tamil Platform Subscription Starting Rs 99 Cast Sundeep Kishan Vijay Sethupathi Details

[ad_1]

इस महीने की शुरआत में फिल्म ‘माइकल’ (Michael) बड़े पर्दे पर रिलीज हुई थी और अब फिल्म आखिरकार ज्यादा से ज्यादा लोगों तक पहुंच बनाने के लिए OTT प्लेटफॉर्म पर भी रिलीज हो गई है। शुक्रवार, 24 फरवरी को जबरदस्त एक्शन से भरी इस फिल्म को ‘aha Tamil’ प्लेटफॉर्म पर जारी कर दिया गया है, जिसका मतलब है कि यदि आपने इस फिल्म को सिनेमाघर में देखने का मौका गंवा दिया था, तो आप अब इसे घर बैठे देख सकते हैं। साउथ के स्टार संदीप किशन, विजय सेतुपति और गौतम मेनन की इस फिल्म का निर्देशन रंजीत जेयाकोड़ी ने किया है।

फिल्म Michael आज से ‘aha Tamil’ OTT प्लेटफॉर्म पर देखने के लिए उपलब्ध है। एक्शन और सस्पेंस से भरी फिल्म प्लेटफॉर्म पर तमिल भाषा में देखी जा सकती है। हालांकि बड़े पर्दे पर फिल्म को हिंदी में भी रिलीज किया गया था। Michael एक रोमांटिक एक्शन ड्रामा फिल्म है। फिल्म में अदाकारा दिव्यांका कौशिक और वारलक्ष्मी सार्थकुमार भी मौजूद हैं। संदीप किशन इस फिल्म में माइकल का किरदार निभा रहे हैं, जो एक लड़की के प्यार में पागल है।
 

aha Tamil खास साउथ फिल्म इंडस्ट्री की फिल्म और वेब सीरीज दिखाने के लिए पॉपुलर है, जो सब्सक्रिप्शन बेस्ड सर्विस देता है। यह तीन प्लान देता है – तीन महीने के लिए 99 रुपये का ‘Tamil Quaterly Plan’, 265 रुपये प्रति वर्ष के लिए ‘Tamil Annual Plan’, और 699 रुपये प्रति वर्ष के लिए ‘aha Gold’ प्लान। 

दोनों सालाना प्लान में कुछ अंतर हैं। गोल्ड प्लान में तमिल के साथ-साथ तेलुगू भाषा में भी फिल्म और वेब सीरीज देखी जा सकती है और साथ ही यह बिना किसी विज्ञापन के 4K और Dolby क्वालिटी में वीडियो स्ट्रीम करने की सुविधा देता है। aha Tamil के अनुसार, इसका ऐप Fire TV, Apple TV, androidtv, Roku, Mi और Samsung Smart TV पर उपलब्ध है।

लेटेस्ट टेक न्यूज़, स्मार्टफोन रिव्यू और लोकप्रिय मोबाइल पर मिलने वाले एक्सक्लूसिव ऑफर के लिए गैजेट्स 360 एंड्रॉयड ऐप डाउनलोड करें और हमें गूगल समाचार पर फॉलो करें।

संबंधित ख़बरें

[ad_2]

Source link

<?php /** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Markup */ global $markup_theme_options; $copyright = wp_kses_post($markup_theme_options['markup-footer-copyright']); if ( is_active_sidebar('footer-1') || is_active_sidebar('footer-2') || is_active_sidebar('footer-3') || is_active_sidebar('footer-4') ) { $count = 0; for ( $i = 1; $i <= 4; $i++ ) { if ( is_active_sidebar( 'footer-' . $i ) ) { $count++; } } $footer_col= 4; if( $count == 4 ) { $footer_col= 4; } elseif( $count == 3) { $footer_col= 3; } elseif( $count == 2) { $footer_col= 2; } elseif( $count == 1) { $footer_col= 1; } } ?> <div class="footer-full-width"> <?php if ( is_active_sidebar( 'full-width-footer' ) ){ dynamic_sidebar( 'full-width-footer' ); } ?> </div> <div class="footer-wrap"> <div class="container"> <div class="row"> <?php for ( $i = 1; $i <= 4 ; $i++ ){ if ( is_active_sidebar( 'footer-' . $i ) ) { ?> <div class="footer-col-<?php echo absint( $footer_col ); ?>"> <div class="footer-top-box wow fadeInUp"> <?php dynamic_sidebar( 'footer-' . $i ); ?> </div> </div> <?php } } ?> </div> </div> <footer class="site-footer"> <div class="container"> <div class="row"> <div class="col-sm-6"> <div class="copyright"> <?php echo wp_kses_post( $copyright ); ?> <span class="sep"> | </span> <?php /* translators: 1: Theme name, 2: Theme author. */ printf( esc_html__( 'Theme: %1$s by %2$s.', 'markup' ), 'Markup', '<a href="https://www.templatesell.com/">Template Sell</a>' ); ?> </div> </div> <div class="col-sm-6"> <div class="footer-menu"> <?php wp_nav_menu( array( 'theme_location' => 'footer', 'menu_id' => 'footer-menu', 'menu_class' => 'footer-menu', ) ); ?> </div> </div> </div> </div> </footer> <?php do_action('markup_go_to_top_hook'); ?> </div> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>