Spamworldpro Mini Shell
Spamworldpro


Server : Apache/2.4.52 (Ubuntu)
System : Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
User : www-data ( 33)
PHP Version : 8.1.2-1ubuntu2.21
Disable Function : NONE
Directory :  /var/www/theprintave/wp-content/plugins/haru-pricom/templates/single-builder/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/theprintave/wp-content/plugins/haru-pricom/templates/single-builder/single-builder.php
<?php
/**
 * The template for displaying the footer
 *
 * @package    HaruTheme
 * @version    1.0.0
 * @author     Administrator <admin@harutheme.com>
 * @copyright  Copyright 2022, HaruTheme
 */

?>
<!DOCTYPE html>
<!-- Open HTML -->
<html <?php language_attributes(); ?>>
    <!-- Open Head -->
    <head>
        <meta charset="<?php bloginfo( 'charset' ); ?>">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="profile" href="//gmpg.org/xfn/11">
        <?php if ( ! function_exists( 'has_site_icon' ) || ! has_site_icon() ) : ?>
            <?php
                if ( function_exists( 'haru_get_option' ) ) :
                    $custom_favicon = haru_get_option( 'haru_custom_favicon' );
                    if ( isset( $custom_favicon ) && !empty( $custom_favicon['url'] ) ) : 
            ?>
                <link rel="shortcut icon" href="<?php echo esc_url( haru_get_option( 'haru_custom_favicon' )['url'] ); ?>" />
                <?php endif; ?>
            <?php endif; ?>
        <?php endif; ?>
        <?php wp_head(); ?>
    </head>
    <!-- Close Head -->
    <body <?php body_class(); ?>>
        <?php wp_body_open(); ?>
        <!-- Open Haru Main -->
        <div id="haru-main">
        	<!-- Open Haru Content Main -->
            <div id="haru-content-main">
		        <div class="haru-single-builder">
					<?php
						if ( have_posts() ) :
				            // Start the Loop.
				            while ( have_posts() ) : the_post();
								the_content();
							endwhile;
							// End the Loop.
						endif;
					?>
				</div>
			</div>
		</div>
        <?php wp_footer(); ?>
    </body>
</html>

Spamworldpro Mini