060526 how its works updated

This commit is contained in:
Kishore Kumar C
2026-05-06 18:06:04 +05:30
parent 104ab2e27d
commit 9e0c85fda9
22 changed files with 23620 additions and 11593 deletions

View File

@@ -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>