| Server IP : 104.21.21.239 / Your IP : 216.73.216.11 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/home2/domains/celeberateshowcase.com/wp-content/themes/joyn/ |
Upload File : |
<!DOCTYPE html>
<!--// OPEN HTML //-->
<html <?php language_attributes(); ?>>
<!--// OPEN HEAD //-->
<head>
<?php
$page_classes = sf_page_classes();
$page_class = $page_classes['page'];
global $post, $sf_options;
$extra_page_class = $page_header_type = "";
$header_layout = $sf_options['header_layout'];
if (isset($_GET['header'])) {
$header_layout = $_GET['header'];
}
if ($post) {
$extra_page_class = sf_get_post_meta($post->ID, 'sf_extra_page_class', true);
}
if (is_page()) {
$page_header_type = sf_get_post_meta($post->ID, 'sf_page_header_type', true);
}
if ($page_header_type == "below-slider" && ($header_layout != "header-vert" || $header_layout != "header-vert-right")) {
add_action('sf_container_start', 'sf_pageslider', 5);
} else {
add_action('sf_container_start', 'sf_pageslider', 30);
}
if ($page_header_type == "naked-light" || $page_header_type == "naked-dark") {
remove_action('sf_main_container_start', 'sf_breadcrumbs', 20);
}
?>
<?php wp_head(); ?>
<!--// CLOSE HEAD //-->
</head>
<!--// OPEN BODY //-->
<body <?php body_class($page_class.' '.$extra_page_class); ?>>
<?php
/**
* @hooked - sf_site_loading - 5
* @hooked - sf_fullscreen_search - 6
* @hooked - sf_mobile_menu - 10
* @hooked - sf_mobile_cart - 20
* @hooked - sf_pageslider - 30 (if above header)
**/
do_action('sf_before_page_container');
?>
<!--// OPEN #container //-->
<div id="container">
<?php
/**
* @hooked - sf_mobile_header - 10
* @hooked - sf_header_wrap - 20
**/
do_action('sf_container_start');
?>
<!--// OPEN #main-container //-->
<div id="main-container" class="clearfix">
<?php
/**
* @hooked - sf_pageslider - 10 (if standard)
* @hooked - sf_breadcrumbs - 20
* @hooked - sf_page_heading - 30
**/
do_action('sf_main_container_start');
?>