Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
Laniakea
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Wordpress
Laniakea
Commits
a5954602
Commit
a5954602
authored
May 31, 2024
by
Simone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fx
parent
a911d4e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
header.php
laniakea/header.php
+1
-1
No files found.
laniakea/header.php
View file @
a5954602
...
@@ -43,7 +43,7 @@ $show_header_inverted = $slider || $laniakea_transparent_header;
...
@@ -43,7 +43,7 @@ $show_header_inverted = $slider || $laniakea_transparent_header;
<div
class=
"header-container
<?php
if
(
laniakea_option
(
'header_fullwidth'
)
!=
1
)
echo
'contained'
;
?>
d-flex align-center"
>
<div
class=
"header-container
<?php
if
(
laniakea_option
(
'header_fullwidth'
)
!=
1
)
echo
'contained'
;
?>
d-flex align-center"
>
<div
id=
"logo"
>
<div
id=
"logo"
>
<a
href=
"
<?php
echo
esc_url
(
home_url
());
?>
"
aria-label=
"
<?php
echo
esc_url
(
home_url
());
?>
"
>
>
<a
href=
"
<?php
echo
esc_url
(
home_url
());
?>
"
aria-label=
"
<?php
echo
esc_url
(
home_url
());
?>
"
>
<picture>
<picture>
<?php
if
(
!
empty
(
laniakea_option
(
'primary_logo_mobile'
))
&&
!
empty
(
laniakea_option
(
'logo_break'
)))
:
?>
<?php
if
(
!
empty
(
laniakea_option
(
'primary_logo_mobile'
))
&&
!
empty
(
laniakea_option
(
'logo_break'
)))
:
?>
<source
media=
"(min-width:
<?php
echo
laniakea_option
(
'logo_break'
)
?>
px)"
srcset=
"
<?php
laniakea_get_logo
(
laniakea_option
(
'primary_logo'
),
LANIAKEA_THEME_URI
.
'logo.png'
)
?>
"
/>
<source
media=
"(min-width:
<?php
echo
laniakea_option
(
'logo_break'
)
?>
px)"
srcset=
"
<?php
laniakea_get_logo
(
laniakea_option
(
'primary_logo'
),
LANIAKEA_THEME_URI
.
'logo.png'
)
?>
"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment