🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
mnt
/
web613
/
c2
/
38
/
570372438
/
htdocs
/
STRATO-apps
/
wordpress_02
/
app
/
wp-content
/
plugins
/
strato-assistant
/
inc
/
views
/
parts
✏️
Editing: header.php
<section class="header"> <?php $header_image_src = Strato_Assistant_Branding::get_logo( 'variant1' ); $header_image_alt = Strato_Assistant_Branding::get_brand_name(); ?> <?php if ( $header_image_src ): ?> <img src="<?php echo $header_image_src; ?>" alt="<?php echo $header_image_alt; ?>" class="logo"> <?php endif; ?> </section>
💾 Save Changes
❌ Cancel