7 lines
207 B
PHP
7 lines
207 B
PHP
|
<header id="page-header">
|
||
|
<div class="header-collumns">
|
||
|
<?php include(TEMPLATEPATH . '/components/logo.php'); ?>
|
||
|
<?php include(TEMPLATEPATH . '/components/navbar-pages.php'); ?>
|
||
|
</div>
|
||
|
</header>
|