Hackfut Security File Manager
Current Path:
/home/haielekt/sinyo.co.id/wp-content/themes/hybridmag
home
/
haielekt
/
sinyo.co.id
/
wp-content
/
themes
/
hybridmag
/
📁
..
📄
404.php
(940 B)
📄
LICENSE
(17.62 KB)
📄
archive.php
(1.76 KB)
📁
assets
📄
comments.php
(2.13 KB)
📄
footer.php
(731 B)
📄
functions.php
(14.34 KB)
📄
header.php
(1.06 KB)
📁
inc
📄
index.php
(1.88 KB)
📁
languages
📁
page-templates
📄
page.php
(1001 B)
📄
readme.txt
(4.38 KB)
📄
screenshot.png
(182.4 KB)
📄
search.php
(1.67 KB)
📄
sidebar.php
(525 B)
📄
single.php
(821 B)
📄
style-rtl.css
(87.56 KB)
📄
style.css
(87.64 KB)
📁
template-parts
Editing: footer.php
<?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 HybridMag */ ?> </div><!-- .hm-container --> </div><!-- .site-content --> <?php /** * Before Footer Hook */ do_action( 'hybridmag_before_footer' ); /** * Footer Hook. */ do_action( 'hybridmag_footer' ); /** * After Footer Hook. */ do_action( 'hybridmag_after_footer' ); ?> </div><!-- #page --> <?php get_template_part( 'template-parts/mobile', 'sidebar' ); get_template_part( 'template-parts/desktop', 'sidebar' ); ?> <?php wp_footer(); ?> </body> </html>
Upload File
Create Folder