You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.5 KiB
41 lines
1.5 KiB
<header class="component-header">
|
|
|
|
<div class="container d-flex h-100">
|
|
<div class="hamburger hamburger--spin my-auto">
|
|
<span class="hamburger-box">
|
|
<span class="hamburger-inner"></span>
|
|
</span>
|
|
</div>
|
|
|
|
<ul class="menu">
|
|
<li class="item <?php if(basename($_SERVER['PHP_SELF']) == 'iolovolio.php') { echo "active";}?>"">
|
|
<a href="/iolovolio" class="label"><b>io</b>lov<b>olio ...</b></a>
|
|
</li>
|
|
<li class="item <?php if(basename($_SERVER['PHP_SELF']) == 'buy.php') { echo "active";}?>"">
|
|
<a href="/buy" class="label">acquistare</a>
|
|
</li>
|
|
<li class="item <?php if(basename($_SERVER['PHP_SELF']) == 'learn.php') { echo "active";}?>"">
|
|
<a href="/learn" class="label">imparare</a>
|
|
</li>
|
|
<li class="item disabled">
|
|
<span class="label">produrre (coming soon)</span>
|
|
</li>
|
|
</ul>
|
|
|
|
<ul class="sidebar-menu">
|
|
<li class="item <?php if(basename($_SERVER['PHP_SELF']) == 'iolovolio.php') { echo "active";}?>"">
|
|
<a href="/iolovolio" class="label"><b>io</b>lov<b>olio ...</b></a>
|
|
</li>
|
|
<li class="item <?php if(basename($_SERVER['PHP_SELF']) == 'buy.php') { echo "active";}?>"">
|
|
<a href="/buy" class="label">acquistare</a>
|
|
</li>
|
|
<li class="item <?php if(basename($_SERVER['PHP_SELF']) == 'learn.php') { echo "active";}?>"">
|
|
<a href="/learn" class="label">imparare</a>
|
|
</li>
|
|
<li class="item disabled">
|
|
<span class="label">produrre (coming soon)</span>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
</header>
|