060526 how its works updated
This commit is contained in:
@@ -13,10 +13,10 @@
|
||||
<div id="page" class="hfeed site">
|
||||
|
||||
<header id="masthead" itemscope="itemscope" itemtype="https://schema.org/WPHeader">
|
||||
<?php
|
||||
$is_home = (basename($_SERVER['PHP_SELF']) == 'home2.php' || basename($_SERVER['PHP_SELF']) == 'index.php');
|
||||
$header_class = $is_home ? 'header-hide-until-scroll' : '';
|
||||
$header_style = $is_home ? 'opacity: 0; visibility: hidden;' : '';
|
||||
<?php
|
||||
$is_home = (basename($_SERVER['PHP_SELF']) == 'home2.php' || basename($_SERVER['PHP_SELF']) == 'index.php');
|
||||
$header_class = $is_home ? 'header-hide-until-scroll' : '';
|
||||
$header_style = $is_home ? 'opacity: 0; visibility: hidden;' : '';
|
||||
?>
|
||||
<p class="main-title bhf-hidden" itemprop="headline"><a href="/logistic/index.php" title="Doormile"
|
||||
rel="home">Doormile</a></p>
|
||||
@@ -591,4 +591,4 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
</header>
|
||||
Reference in New Issue
Block a user