hueman/page.php
nikeo 18c175d25b improved : use the real template path in function hu_get_content()
added : utility hu_print_mobile_btn() used to render the mobile buttons in the header
fixed : don't wrap logo in h1 tag on home
improved : various mobile menu scenarios
added : animated mobile menu button
added : mobile menu style option
2017-03-20 16:12:38 +01:00

7 lines
No EOL
116 B
PHP

<?php get_header(); ?>
<?php hu_get_content( 'tmpl/page-tmpl'); ?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>