5 lines
232 B
PHP
5 lines
232 B
PHP
<header id="page-header">
|
|
<?php include(TEMPLATEPATH . '/components/navbar-pages.php'); ?>
|
|
<?php include(TEMPLATEPATH . '/components/logo.php'); ?>
|
|
<?php include(TEMPLATEPATH . '/components/navbar-category.php'); ?>
|
|
</header>
|