mirror of
https://gh.wpcy.net/https://github.com/presscustomizr/hueman.git
synced 2026-04-19 22:34:15 +08:00
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
7 lines
No EOL
117 B
PHP
7 lines
No EOL
117 B
PHP
<?php get_header(); ?>
|
|
|
|
<?php hu_get_content( 'tmpl/index-tmpl'); ?>
|
|
|
|
<?php get_sidebar(); ?>
|
|
|
|
<?php get_footer(); ?>
|