SILENT KILLERPanel

Current Path: > home > transcarter > public_html > wp-content > themes > config_1754038130


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/transcarter/public_html/wp-content/themes/config_1754038130

NameTypeSizeLast ModifiedActions
assets Directory - -
images Directory - -
inc Directory - -
languages Directory - -
public Directory - -
template-parts Directory - -
404.php File 840 bytes August 01 2025 08:48:56.
README.md File 13574 bytes August 01 2025 08:48:56.
README.txt File 8382 bytes August 01 2025 08:48:56.
archive.php File 2327 bytes August 01 2025 08:48:56.
comments.php File 1632 bytes August 01 2025 08:48:56.
error_log File 1818 bytes August 06 2025 16:31:10.
footer.php File 687 bytes August 01 2025 08:48:56.
functions.php File 13726 bytes August 01 2025 08:48:56.
header.php File 4092 bytes August 01 2025 08:48:56.
index.php File 2047 bytes August 01 2025 08:48:56.
page.php File 806 bytes August 01 2025 08:48:56.
rtl.css File 5544 bytes August 01 2025 08:48:56.
screenshot.jpg File 20951 bytes August 01 2025 08:48:56.
search.php File 1749 bytes August 01 2025 08:48:56.
searchform.php File 596 bytes August 01 2025 08:48:56.
sidebar.php File 995 bytes August 01 2025 08:48:56.
single.php File 872 bytes August 01 2025 08:48:56.
style.css File 35334 bytes August 01 2025 08:48:56.
style.min.css File 24040 bytes August 01 2025 08:48:56.
wp-config.php File 5042 bytes August 01 2025 08:48:56.

Reading File: /home/transcarter/public_html/wp-content/themes/config_1754038130/header.php

<?php
/**
 * The header for Nasio theme
 *
 * This is the template that displays all of the <header> section
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package WordPress
 * @subpackage Nasio
 * @since 1.0
 * @version 1.0
 */

?>
<!DOCTYPE html>
<html <?php language_attributes(); ?> class="no-js no-svg">
<head>
    <meta charset="<?php bloginfo( 'charset' ); ?>">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
    <?php if ( function_exists( 'wp_body_open' ) ) { wp_body_open();} /*wp_body_open hook since WordPress 5.2 */ ?>
    <main id="root" class="wrap" >
        <header role="banner">
            <div class="top-bar">
                <div class="container">
                    <div class="row">
                        <div class="social">
                        <a class="screen-reader-text skip-link" href="#site-navigation"><?php _e( 'Skip to main menu', 'nasio'); ?></a>
                        <a class="screen-reader-text skip-link" href="#content"><?php _e( 'Skip to content', 'nasio'); ?></a>
                            <?php
                if ( has_nav_menu( 'social' ) ) : ?>
                            <nav class="social-navigation" role="navigation"
                                aria-label="<?php esc_attr_e( 'Footer Social Links Menu', 'nasio' ); ?>">
                                <?php
                    wp_nav_menu( array(
                      'theme_location' => 'social',
                      'menu_class'     => 'social-links-menu',
                      'depth'          => 1,
                    ) ); ?>
                            </nav><!-- .social-navigation -->

                <?php endif; ?>
                        </div>
                    </div>
                </div>
            </div>

            <div class="header-wrapper">
                <div class="row header-image" <?php if ( has_header_image() ) : ?>
                    style="background-image:url(<?php echo header_image(); ?>);" <?php endif ?>>
                    <div class="header-wrapper text-center">
                        <div class="toggle-icon absolute-toggle d-block" data-toggle="collapse"
                            data-target="#navbarMenu" aria-controls="navbarMenu" aria-expanded="false"
                            aria-label="<?php esc_attr_e( 'Toggle navigation', 'nasio' );?>" role="button"><span class="burger-lines"></span>
                        </div>
            <?php
            /*
            * Add option to add site logo from the customizer
            * Since WordPress 4.5
            */
            if (function_exists('the_custom_logo')) : ?>
                <a href="<?php echo esc_attr(home_url()); ?>">
                <?php if ( !has_custom_logo() ) : //Display default theme logo if no logo is specified ?>
                    <img class="default custom_logo"
                        src="<?php echo esc_url( get_template_directory_uri()); ?>/images/nasio-logo.png"
                        alt="<?php echo esc_attr('nasio theme logo')?>" />
                <?php else: ?>
                            <?php //allow the user to upload cutom logo and replace the theme logo
                    $custom_logo_id = get_theme_mod( 'custom_logo' );
                    $custom_logo_url = wp_get_attachment_image_url( $custom_logo_id , 'full' );
                    echo '<img class="custom_logo" src="' . esc_url( $custom_logo_url ) . '" alt="site-logo" />';              
                endif;
                echo '</a>';
            endif;
             //Show site title
                    if (display_header_text()==true) : ?>
                        <h1 class="site-title"><a href="<?php echo esc_attr(home_url()); ?>"><?php bloginfo( 'name' ); ?></a></h1>
                    <?php endif; ?>
                    </div>
                </div>
            </div>
            <!--Navigation-->
            <?php get_template_part( 'template-parts/navigation', 'top' ); ?>
        </header>

SILENT KILLER Tool