File: /www/wwwroot/www.scdc-marine.com/wp-content/themes/heku-cms/header.php
<?php
/**
* 初始化 模板类,在 header 初始化是应为可以根据加载页面,判断加载模块
*/
do_action('init-templates');
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
<?php do_action('seo_head_meta'); ?>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/assets/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/assets/css/animate.min.css">
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/assets/css/postcss-heku.css">
<link rel="shortcut icon" href="<?php echo heku_get_option('main_options','logo_ico') ?>"/>
<?php do_action('heku_head_inline_css'); ?>
<?php do_action('wp_head_postview');?>
</head>
<body>