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.

8 lines
202 B
PHP

<!-- Header -->
<header id="header">
<a href="<?php get_page_url(true, "index"); ?>" class="logo"><?php get_site_name(); ?></a>
</header>
<!-- Nav -->
<?php include __DIR__ . "/navbar.inc.php"; ?>