mirror of
https://github.com/Rysanlos/steamfriends.info.git
synced 2025-05-18 15:13:47 +02:00
8 lines
311 B
PHP
8 lines
311 B
PHP
<?php include 'include/cookiebar.php'; ?>
|
|
<header>
|
|
<nav class="navbar navbar-expand-md navbar-<?php echo $navbar; ?> bg-<?php echo $theme; ?> static-top">
|
|
<div class="container">
|
|
<a class="navbar-brand text-uppercase" href="/"><?php echo $_SERVER['SERVER_NAME']; ?></a>
|
|
</div>
|
|
</nav>
|
|
</header>
|