<?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

shahrukh khan tapsi pannu movie dunky photo leaked twitter reveals look of shahrukh more details

[ad_1]

बॉलीवुड के बादशाह कहे जाने वाले सुपस्टार एक्टर शाहरुख खान (Shah Rukh Khan) की फिल्म डंकी (Dunky) की शूटिंग जारी है। इस फिल्म में उनके साथ तापसी पन्नू भी नजर आने वाली हैं। पठान की अपार सफलता के बाद अब फैंस को शाहरुख खान की इस अगली फिल्म का बेसब्री से इंतजार है। फैंस ताक लगाए रहते हैं कि कहीं से शाहरुख के किरदार की झलक इस फिल्म से मिल जाए। फैंस की ये इच्छा पूरी हो गई है और फिल्म के सेट से शाहरुख की फोटो लीक हो गई है। जिसमें उनका लुक भी साफ पता चल रहा है। आइए आपको पूरी जानकारी देते हैं। 

फिल्म डंकी शाहरुख खान की अपकमिंग मूवी है। जिसकी शूटिंग अभी खत्म नहीं हुई है। इस फिल्म के सेट से अब शाहरुख खान और तापसी पन्नू की फोटो लीक हो गई है। Twitter पर ये फोटो लीक हुई है जिसके सामने आते ही सोशल मीडिया पर सनसनी फैल गई है। फिल्म में उनके साथ लीड कैरेक्टर में तापसी पन्नू भी दिख रही हैं। फोटो में शाहरुख खान एक कुर्सी पर बैठे दिख रहे हैं। उनके लम्बे लम्बे बाल दिखाई दे रहे हैं और आंखों पर काला चश्मा लगा है। आप भी देखें लीक हुई ये वायरल फोटो- 

डंकी के सेट से लीक हुई ये फोटो सोशल मीडिया पर खूब वायरल हो रही हैं। इस फोटो के साथ जो दूसरी फोटो वायरल हुई है, उसमें तापसी पन्नू भी शाहरुख के साथ नजर आ रही हैं। ये दोनों बैग उठाए चल रहे हैं। इस फोटो को देखकर आपको शाहरुख खान की सुपरहिट फिल्म ‘दिलवाले दुल्हनिया ले जाएंगे’ की याद आ सकती है। यहां तक कि शाहरुख खान का हेयरस्टाइल भी यहां लगभग वैसा ही लग रहा है।  
ऐसा पहली बार नहीं है जब डंकी फिल्म की कोई फोटो सोशल मीडिया पर लीक हुई है। इससे पहले नवंबर 2022 में भी एक बार शाहरुख की फोटो यहां लीक हुई थी। जिसमें वह एक सुपरमार्केट में नजर आ रहे थे। उस वक्त भी फिल्म से उनका हुबहू लुक सामने आया था, जैसा कि लेटेस्ट लीक हुई तस्वीरों में दिखाई दे रहा है। शाहरुख खान और तापसी पन्नू की ‘डंकी’ की रिलीज डेट 22 दिसंबर 2023 रखी गई है। इस फिल्म में विकी कौशल भी दिखाई देने वाले हैं। 

लेटेस्ट टेक न्यूज़, स्मार्टफोन रिव्यू और लोकप्रिय मोबाइल पर मिलने वाले एक्सक्लूसिव ऑफर के लिए गैजेट्स 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>