You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
317 B
PHP

<!-- Header -->
<header id="header"<?php if ($page == "index") { echo " class=\"alt\""; } ?>>
<!-- Logo -->
<div class="logo">
<a href="./home.php"><strong>Don't Sell.Me</strong> <span class="extra">by Netsyms Technologies</span></a>
</div>
<?php include __DIR__ . '/nav.php'; ?>
</header>