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.
qdouze2-wordpress-theme/components/header-content.php

6 lines
232 B
PHP
Raw Normal View History

2022-12-17 19:46:29 +01:00
<header id="page-header">
<?php include(TEMPLATEPATH . '/components/navbar-pages.php'); ?>
<?php include(TEMPLATEPATH . '/components/logo.php'); ?>
2022-12-18 10:42:34 +01:00
<?php include(TEMPLATEPATH . '/components/navbar-category.php'); ?>
2022-12-17 19:46:29 +01:00
</header>