This repository has been archived on 2024-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
kspace-wordpress-theme/components/header-content.php

5 lines
162 B
PHP
Raw Normal View History

2020-12-30 19:42:46 +01:00
<header id="page-header">
2022-12-08 13:46:17 +01:00
<?php include(TEMPLATEPATH . '/components/navbar-pages.php'); ?>
<?php include(TEMPLATEPATH . '/components/logo.php'); ?>
2020-12-30 19:42:46 +01:00
</header>